diff options
author | 2025-06-11 06:13:41 +0100 | |
---|---|---|
committer | 2025-06-11 06:13:41 +0100 | |
commit | dc46068e53b9687500eff9cbe33eaf315447e510 (patch) | |
tree | d95a34919d628042fc04235733a74af79090cf44 /index.html | |
parent | 838e99fd1577c52121e148efabcd624114a8b9ad (diff) | |
download | macaw-web-dc46068e53b9687500eff9cbe33eaf315447e510.tar.gz macaw-web-dc46068e53b9687500eff9cbe33eaf315447e510.tar.bz2 macaw-web-dc46068e53b9687500eff9cbe33eaf315447e510.zip |
feat: better button/active area/scrollbar styling
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ <!-- If using Tailwind with Leptos CSR, see https://trunkrs.dev/assets/#tailwind instead--> <link data-trunk rel="scss" href="assets/style.scss" /> + <!-- overlay scrollbars --> + <link type="text/css" href="/assets/overlayscrollbars.min.css" rel="stylesheet" /> + <!-- Include favicon in dist output: see https://trunkrs.dev/assets/#icon --> <link data-trunk rel="icon" href="assets/bubble.png" /> |