From c00379d506e0d70634744b5d9c621a8b692eeecb Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Wed, 7 Aug 2024 20:25:41 -0500 Subject: style: add styles to scroll bar --- src/pages/index.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 79d81df..1ce438f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,10 +17,13 @@ import Shadow from '../components/Shadow.astro' .container { position: relative; margin: auto; + padding: 0.3125rem; max-width: 600px; width: 90%; height: 100vh; overflow: hidden; + scrollbar-width: 8px; + scrollbar-color: var(--zinc-900) var(--zinc-950) } -- cgit v1.2.3