Put scrollbar-color:unset under html instead of *

This commit is contained in:
ryliejamesthomas 2019-02-26 17:49:25 +11:00
parent ce86bac0c0
commit 0890affd69
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,6 @@
border-radius:0!important;
tab-size:4;
-moz-tab-size:4;
scrollbar-color:unset;
}
/* General button appearance */
@ -32,6 +31,10 @@ div.status__content a:not(.hashtag):not(.mention) {
text-decoration:underline;
}
html {
scrollbar-color:unset;
}
/* Place display name and account on separate lines */
span.display-name__html {
display: block;