Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rickybrent/bdc444f51f8d9b0e4262d679ff09dbe9 to your computer and use it in GitHub Desktop.
Save rickybrent/bdc444f51f8d9b0e4262d679ff09dbe9 to your computer and use it in GitHub Desktop.
j-novel.user.css
/* ==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