Skip to content

Commit 66b95f9

Browse files
committed
run lint
Signed-off-by: zhangtianli2006 <zhangtianli2006@163.com>
1 parent 39fd403 commit 66b95f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/assets/code_mirror/ayu-mirage.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
.cm-s-ayu-mirage span.cm-comment {
2-
color: #5C6773 !important;
2+
color: #5c6773 !important;
33
}
44

55
.cm-s-ayu-mirage span.cm-atom {
66
color: #ffd580 !important;
77
}
88

99
.cm-s-ayu-mirage .cm-matchhighlight {
10-
background-color: #323A4C !important;
10+
background-color: #323a4c !important;
1111
}
1212

1313
.cm-s-ayu-mirage .CodeMirror-matchingbracket {
14-
background-color: #323A4C !important;
14+
background-color: #323a4c !important;
1515
text-decoration: none !important;
1616
}
1717

src/assets/code_mirror/monokai.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
}
44

55
.cm-s-monokai .cm-matchhighlight {
6-
background-color: #49483E;
6+
background-color: #49483e;
77
}

0 commit comments

Comments
 (0)