diff --git a/scripts/style/style.css b/scripts/style/style.css index ff36858..3e6a277 100644 --- a/scripts/style/style.css +++ b/scripts/style/style.css @@ -10,6 +10,17 @@ body { 'Segoe UI Emoji'; } +::-webkit-scrollbar { + background: transparent; + width: 8px; + height: 8px; +} + +::-webkit-scrollbar-thumb { + background: var(--color-fg-muted); + border-radius: 10px; +} + [data-color-mode*='dark'] body .dark { display: none; }