Last active
December 5, 2018 10:32
-
-
Save ThaTiemsz/a795212f8e09668bf1874351a6f7e3e0 to your computer and use it in GitHub Desktop.
Better /r/StarWarsLeaks Reddit CSS (dark, WIP)
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
.side .md>ul a:first-of-type { | |
text-decoration: line-through!important; | |
} | |
.side .md>ul a:nth-child(2):before { | |
content: "Haha No! "; text-decoration: none; | |
} | |
/* Left-aligned flairs */ | |
.flairoptionpane .linkflair { | |
margin: 5px!important; | |
z-index: 123456789!important; | |
} | |
#srList { | |
top: -4px!important; | |
} | |
.linkflairlabel { | |
left: 0px!important; | |
float: left!important; | |
} | |
/* Dark Theme */ | |
body:before { | |
background: #363636!important; | |
} | |
.side .md>ul:first-of-type { | |
background-color: #2d2d2d!important; | |
} | |
.listing-page .sitetable .link { | |
background-color: #2d2d2d!important; | |
} | |
.arrow.down, .arrow.up { | |
opacity: .7!important; | |
} | |
.side .reddit-link { | |
background: #2d2d2d!important; | |
} | |
.thing.visited .title, .thing.visited .source-url { | |
color: #763aad!important; | |
} | |
.thing .title:visited { | |
color: #763aad!important; | |
} | |
.md { | |
color: #000000!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment