Last active
May 14, 2020 18:27
-
-
Save rickybrent/bdc444f51f8d9b0e4262d679ff09dbe9 to your computer and use it in GitHub Desktop.
j-novel.user.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name J-Novel Forum More Prominent Upvoted Chevron | |
@namespace github.com/rickybrent | |
@version 1.0.1 | |
@license unlicense | |
@updateURL https://gist.github.com/rickybrent/bdc444f51f8d9b0e4262d679ff09dbe9/raw/j-novel.user.css | |
==/UserStyle== */ | |
@-moz-document domain("forums.j-novel.club") { | |
.topic [component="post/upvote"].upvoted { | |
color: #5fcafa !important; | |
background: #337ab7; | |
border-radius: 6px; | |
padding: 0px 0px 0 4px; | |
margin:0 0 0 -4px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment