Skip to content

Instantly share code, notes, and snippets.

@kopax
Last active November 13, 2019 12:00
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 kopax/68646325362e46d1b3507b74500f7c86 to your computer and use it in GitHub Desktop.
Save kopax/68646325362e46d1b3507b74500f7c86 to your computer and use it in GitHub Desktop.
Download super-dark-mode for chrome

Download Google Chrome super-dark-mode extension extensions.

Add the following global CSS to configuration:

/* GitHub */
.comment-body {
  color: #e2e2e2;
}

#partial-discussion-header {
  background-color: inherit;
}

/* Gmail */
:root{
	--bg-color: #111;
}

html.gr__mail_google_com, html.gr__mail_google_com > body {
  background:var(--bg-color) !important;
  background-image:none !important;
  background-color:var(--bg-color) !important;
}

div.brc {
  box-shadow: inset 0 0 0 1px #e2e2e2 !important;
}

/* Rakuten */

html body:not(.popup):not(.fpV3) #siteBody, html body #main {
  background-color: inherit !important;
}

.CS-advert-section {
  display: none;
}

/* CDiscount */

.gr__cdiscount_com #page {
  background-color: #111 !important;
}

/* StackOverflow */

html.gr__stackoverflow_com .comment-body {
  color: inherit !important;
}

Whitelist:

docs.google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment