Skip to content

Instantly share code, notes, and snippets.

@perryBunn
Last active December 24, 2020 07:41
Show Gist options
  • Save perryBunn/72133ba4dcda2694c08632291c74968c to your computer and use it in GitHub Desktop.
Save perryBunn/72133ba4dcda2694c08632291c74968c to your computer and use it in GitHub Desktop.
Bundled Notes OLED Theme
@-moz-document url-prefix("https://bundlednotes.com") {
body.darktheme {
background-color: #000000;
}
.darktheme .bundle-list-container {
background-color: #000000;
}
.darktheme .inner ul li .bundle-row {
background-color: #000000;
}
.darktheme .dropbtn {
border: 1px solid #ddd;
border-color: #363636;
background-color: #000000;
}
.darktheme .bundle-list-container .archived-bundles {
background-color: #000000;
}
.darktheme .header-container, .darktheme .header-container .header {
background-color: #000000;
}
.darktheme .bundle-list-container .archived-bundles ul li .bundle-row {
background-color: #000000;
}
.darktheme .bundle-container .mobile-toolbar {
background-color: #000000;
}
.darktheme .modal .modal-content {
background-color: #000000;
}
.darktheme .bottom-bar-wrapper {
border: 1px solid #ddd;
border-color: #363636;
background-color: #000000;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment