[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;
|
background: $bg;
|
||||||
color: $fg;
|
color: $fg;
|
||||||
font-family: "Noto Sans", sans-serif;
|
font-family: "Noto Sans", sans-serif;
|
||||||
|
scrollbar-color: $sloth_orange1 $sloth_gray2_darker3;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -166,7 +166,6 @@ main {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
scrollbar-color: $sloth_orange1 $sloth_gray2_darker3;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue