Last active
August 7, 2019 17:53
-
-
Save tsweeper/315ddffecc7a9b4e9f75d94c05d48f76 to your computer and use it in GitHub Desktop.
monokai css userstyle for manamoa.net
This file contains hidden or 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 manamoa.net | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description A new userstyle | |
@author Me | |
==/UserStyle== */ | |
@-moz-document regexp("https://manamoa*.net/.*") { | |
/* Insert code here... */ | |
body, div, header, a, table, th, tr, td, .wrapper { | |
background: #272822 !important; | |
color: #F8F8F0 !important; | |
} | |
a:hover { | |
color: #A6E22E !important; | |
} | |
a:visited, .member { | |
color: #75715E !important; | |
} | |
h1, h2, h3, h4, h5, h6 { | |
color: #66D9EF !important; | |
} | |
.pagination li a { | |
color: inherit !important; | |
} | |
select { | |
color: #75715E !important; | |
} | |
.comment-media .media { | |
margin: 0px; | |
padding: 5px; | |
} | |
.page-btn { | |
opacity: 0 !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment