1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

use constants and fix cursor color

This commit is contained in:
Baptiste Augrain
2019-05-05 03:25:29 +02:00
committed by Junyoung Choi
parent 6012fc929e
commit ba913b77e7
2 changed files with 9 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
.cm-s-nord.CodeMirror { color: #d8dee9; }
.cm-s-nord.CodeMirror { background: #2e3440; }
.cm-s-nord .CodeMirror-cursor { color: #d8dee9; }
.cm-s-nord .CodeMirror-cursor { color: #d8dee9; border-color: #d8dee9; }
.cm-s-nord .CodeMirror-activeline-background { background: #434c5e52 !important; }
.cm-s-nord .CodeMirror-selected { background: undefined; }
.cm-s-nord .cm-comment { color: #4c566a; }