Skip to content

Commit ad6f82c

Browse files
committed
Dark mode linter menu
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
1 parent 0b9dd91 commit ad6f82c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

public/markdown-lint/css/lint.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,11 @@
7171
background-position: right bottom;
7272
width: 100%; height: 100%;
7373
}
74+
75+
.CodeMirror-hints {
76+
background: #333;
77+
}
78+
79+
.CodeMirror-hint {
80+
color: white;
81+
}

0 commit comments

Comments
 (0)