mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[frontend] Style scrollbars site-wide (not just in code) (#753)
This commit is contained in:
parent
3f626c8ee8
commit
bfcd80a0f2
2 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,7 @@ html, body {
|
|||
background: $bg;
|
||||
color: $fg;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
scrollbar-color: $sloth_orange1 $sloth_gray2_darker3;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
@ -166,7 +166,6 @@ main {
|
|||
border-radius: 0;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
scrollbar-color: $sloth_orange1 $sloth_gray2_darker3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue