jlelse
/
Indiego
Archived
1
Fork 0

Color scrollbar (only has affect in Firefox)

This commit is contained in:
Jan-Lukas Else 2020-05-27 08:28:27 +02:00
parent ed78703be8
commit 0c10c67361
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ html {
@media (prefers-color-scheme: dark) {
@include darkmode;
}
scrollbar-color: var(--primary) transparent;
}
body {