Skip to content

Instantly share code, notes, and snippets.

@tacohitbox
Created December 30, 2022 17:02
Show Gist options
  • Save tacohitbox/ebba933f25b647b3da237fdfdf761db0 to your computer and use it in GitHub Desktop.
Save tacohitbox/ebba933f25b647b3da237fdfdf761db0 to your computer and use it in GitHub Desktop.
soap2day dark mode stylus css
@-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