[frontend] Style scrollbars site-wide (not just in code) (#753)

This commit is contained in:
tobi 2022-08-12 13:11:43 +02:00 committed by GitHub
parent 3f626c8ee8
commit bfcd80a0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,7 @@ html, body {
background: $bg;
color: $fg;
font-family: "Noto Sans", sans-serif;
scrollbar-color: $sloth_orange1 $sloth_gray2_darker3;
}
body {

View File

@ -166,7 +166,6 @@ main {
border-radius: 0;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-color: $sloth_orange1 $sloth_gray2_darker3;
}
}
}