diff --git a/pages/_app.css b/pages/_app.css index 72dde6a..8be913e 100644 --- a/pages/_app.css +++ b/pages/_app.css @@ -153,16 +153,15 @@ a:hover { } } +/* Custom styles for scroll bars on chromium */ body::-webkit-scrollbar { width: 1em; } body::-webkit-scrollbar-track { - /* box-shadow: inset 0 0 6px var(--primary-background); */ background: var(--card-background); } body::-webkit-scrollbar-thumb { background-color: var(--tertiary-background); - /* outline: 1px solid var(--primary-accent); */ } \ No newline at end of file