Skip to content

Instantly share code, notes, and snippets.

@leandroribeiro
Created April 1, 2018 00:58
Show Gist options
  • Save leandroribeiro/009bd504d6c1ec7ab58ede1c09bb26e8 to your computer and use it in GitHub Desktop.
Save leandroribeiro/009bd504d6c1ec7ab58ede1c09bb26e8 to your computer and use it in GitHub Desktop.
Evernote Dark Mode 201803
div#gwt-debug-NoteView-root,
div#gwt-debug-NoteTitleView-container,
img.en-media
{
filter: invert(.9)
}
body,
div#gwt-debug-sidebar,
div#gwt-debug-NotebookHeader-container
{
color: #FFFFFF;
background: #191919;
border-color: #404040;
outline-color: #404040;
}
div.focus-NotesView-Note-noteTitle
{
color: #2DBE60 !important
}
/* MY customizatons =) =8] =8) */
/* Hide search lock screen */
#gwt-debug-stage > div.GJDCG5CGAC > div.GJDCG5CK-B.GJDCG5CP-B > div.GJDCG5CE1B
{
display:none;
}
/* Searchbox font-size */
#gwt-debug-searchViewSearchBox, #gwt-debug-stage > div.GJDCG5CGAC > div.GJDCG5CK-B.GJDCG5CP-B > div.GJDCG5CF1B > div > div.GJDCG5CB1B.GJDCG5CGD {
font-size: 18px;
}
/*
REFERENCE: https://userstyles.org/styles/142507/evernote-inverted-201705
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment