Skip to content

Instantly share code, notes, and snippets.

@Arty2
Last active February 22, 2018 16:10
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 Arty2/0b99e7f8f0f846df3d99f124f513d516 to your computer and use it in GitHub Desktop.
Save Arty2/0b99e7f8f0f846df3d99f124f513d516 to your computer and use it in GitHub Desktop.
Dark Theme for Dropbox Paper. Use with userChrome.css or Stylus.
html {
background-color: #fff;
filter: invert(100%);
}
img, a, button {
filter: invert(100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment