diff options
| author | Alam Guardin <alamguardin@gmail.com> | 2024-08-07 20:25:41 -0500 |
|---|---|---|
| committer | Alam Guardin <alamguardin@gmail.com> | 2024-08-07 20:25:41 -0500 |
| commit | c00379d506e0d70634744b5d9c621a8b692eeecb (patch) | |
| tree | c3df8a9f41f65b6034890ad31c8f0a4aa4421426 | |
| parent | a362989485e06b01a83f05724fc2ae39fc8b5b81 (diff) | |
style: add styles to scroll bar
| -rw-r--r-- | src/pages/index.astro | 3 |
1 files changed, 3 insertions, 0 deletions
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) } </style> |
