Display Evernote web in black
Evernote Darko 2022 by fahraon
Details
Authorfahraon
LicenseNo License
Categoryuserstyles, Evernote
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Evernote Darko 2022
@namespace Fahraon
@author Fahraon
@description `Dark Theme for Evernote Web version. Black, Green, Orange.`
@version 20221115.8.33
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain(www.evernote.com), url-prefix('https://www.evernote.com/Home.action') {
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
}
.focus-NotesView-Subheader,
.focus-NotesView-RemindersList,
.focus-NotesView-Note.focus-NotesView-Note-selected .focus-NotesView-Note-selectOverlay{
border-color: #aaa;
}
.focus-NotesView-Note:hover div.focus-NotesView-Note-noteTitle {
color: #fff !important;
}
.GJDCG5CENB.GJDCG5CLLB {
border-color: #c4c4c4;
color: #c4c4c4;
background-color: #fff;
}
.GJDCG5CNLB {
background-color: #ddd;
color: #666;
border: 1px solid #ddd;
}}