mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-12-22 05:44:08 +01:00
[frontend] Style scrollbars site-wide (not just in code) (#753)
This commit is contained in:
parent
3f626c8ee8
commit
bfcd80a0f2
@ -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 New Issue
Block a user