Skip to content

Commit f157a4a

Browse files
committed
nav.js: let cppmode-dark theme handle CM colors
1 parent 98d92f6 commit f157a4a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

assets/nav.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,8 @@
108108
body.dark-mode #nav-errors-link { color:#e8b400 !important; }
109109
body.dark-mode .sidebar a.active { color:#e8b400 !important; font-weight:700; }
110110
body.dark-mode #nav-dark-btn { background:#313244 !important; color:#cdd6f4 !important; border-color:#45475a !important; }
111-
body.dark-mode .CodeMirror { background:#1e1e2e !important; color:#cdd6f4 !important; }
112111
body.dark-mode .CodeMirror-gutters { background:#181825 !important; border-color:#313244 !important; }
113112
body.dark-mode .CodeMirror-linenumber { color:#6c7086 !important; }
114-
body.dark-mode .CodeMirror-scroll { background:#1e1e2e !important; }
115113
body.dark-mode input, body.dark-mode select, body.dark-mode textarea { background:#181825 !important; color:#cdd6f4 !important; }
116114
body.dark-mode ::placeholder { color:#6c7086 !important; }
117115
body.dark-mode .hero-link { color:#89b4fa !important; border-color:#89b4fa !important; }

0 commit comments

Comments
 (0)