Created
December 30, 2022 17:02
-
-
Save tacohitbox/ebba933f25b647b3da237fdfdf761db0 to your computer and use it in GitHub Desktop.
soap2day dark mode stylus css
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
@-moz-document domain("soap2day.to") { | |
body { | |
background: #1B1B1B !important; | |
} | |
a { | |
color: #ffffff !important; | |
} | |
a:focus { | |
color: #919191 !important; | |
} | |
h5 { | |
color: #919191; | |
} | |
.panel { | |
background: #282828; | |
border: 0; | |
} | |
.alert, | |
nav.navbar, | |
.btn { | |
background: #404040 !important; | |
color: #ffffff; | |
border: 0; | |
} | |
.thumbnail { | |
background: transparent; | |
} | |
@media (max-width: 1000px) { | |
.col-sm-4 { | |
display: none; | |
} | |
.col-sm-8 { | |
width: 100%; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment