Skip to content

Instantly share code, notes, and snippets.

@lucasr
Last active December 17, 2015 02:38
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 lucasr/5536775 to your computer and use it in GitHub Desktop.
Save lucasr/5536775 to your computer and use it in GitHub Desktop.
Distraction-free dark Google Docs style. Requires the Stylish add-on for Firefox. Add a new style and copy the CSS below.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://docs.google.com/document/") {
#docs-editor {
background-color: #000000 !important;
}
.kix-page {
background-color: #000000 !important;
border-top: 0px !important;
}
.kix-paginateddocumentplugin {
border: 0px !important;
}
.docs-ui-unprintable:last-child {
background-color: #000000 !important;
}
.kix-cursor-caret {
border-color: #FFFFFF !important;
}
.kix-page, .kix-page * {
color: #ffffff !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment