1 parent 3d6ae5f commit 14c066dCopy full SHA for 14c066d
1 file changed
assets/nav.js
@@ -111,6 +111,10 @@
111
body.dark-mode .CodeMirror { background:#1e1e2e !important; }
112
body.dark-mode input, body.dark-mode select, body.dark-mode textarea { background:#181825 !important; color:#cdd6f4 !important; }
113
body.dark-mode ::placeholder { color:#6c7086 !important; }
114
+ body.dark-mode .hero-link { color:#89b4fa !important; border-color:#89b4fa !important; }
115
+ body.dark-mode .hero-link:hover { border-color:#cdd6f4 !important; color:#cdd6f4 !important; }
116
+ body.dark-mode .hero-btn-download { background:#e8b400 !important; color:#111 !important; }
117
+ body.dark-mode a[href='/editor'], body.dark-mode a[href='/editor/'] { background:#4b9cd3 !important; color:#fff !important; }
118
`;
119
document.head.appendChild(style);
120
}
0 commit comments