Skip to content

Instantly share code, notes, and snippets.

@pugson
Last active October 21, 2019 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pugson/e9ceb8fdb1e6015581998afc2b8a303c to your computer and use it in GitHub Desktop.
Save pugson/e9ceb8fdb1e6015581998afc2b8a303c to your computer and use it in GitHub Desktop.
cobeats.com dark mode

Use it with the Stylus extension.

@-moz-document domain("cobeats.com") {
body,
.search-tabs,
.one-tag {
background-color: #121212;
color: #666;
}
.headerWrap,
.btn-label,
.one-card,
.select-card,
.like-card,
.tag-card,
.input,
#drop,
.main-search,
.popup,
.input-find {
background-color: #000 !important;
border-color: #333 !important;
}
.sidebarWrap,
.nav-links,
.header-edit,
.one-tag {
border-color: #333 !important;
}
.one-card {
box-shadow: none !important;
}
.card-action,
.file-type,
.empty-label-1,
.empty-label-2,
.overlay-box,
.entity-title,
textarea {
background-color: #111 !important;
border-color: #333 !important;
}
.card-title {
color: #ddd !important;
}
.overlay {
background-color: rgba(0, 0, 0, .75)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment