Remove scrollbar styling

This commit is contained in:
ryliejamesthomas 2019-02-26 17:42:41 +11:00
parent 05e2e3431d
commit ce86bac0c0
1 changed files with 6 additions and 5 deletions

View File

@ -6,6 +6,7 @@
border-radius:0!important;
tab-size:4;
-moz-tab-size:4;
scrollbar-color:unset;
}
/* General button appearance */
@ -21,16 +22,16 @@ a.status-link:not(.mention) {
text-decoration:underline;
}
/* Link icon in front of permalink, to make clearer */
a.status__relative-time::before {
content: "🔗 ";
}
/* Underline links in post view */
div.status__content a:not(.hashtag):not(.mention) {
text-decoration:underline;
}
a.status__relative-time::before {
/* Link icon in front of permalink, to make clearer */
content: "🔗 ";
}
/* Place display name and account on separate lines */
span.display-name__html {
display: block;