Dark mode linter menu

Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
This commit is contained in:
Yukai Huang 2021-01-26 12:39:15 +08:00
parent 0b9dd91822
commit ad6f82c9f6
No known key found for this signature in database
GPG Key ID: D4D3B2F0E99D4914
1 changed files with 8 additions and 0 deletions

View File

@ -71,3 +71,11 @@
background-position: right bottom;
width: 100%; height: 100%;
}
.CodeMirror-hints {
background: #333;
}
.CodeMirror-hint {
color: white;
}