Skip to content

Commit 0046093

Browse files
committed
improved CM style
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent a096497 commit 0046093

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/assets/code_mirror/tomorrow.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,15 @@
5555
}
5656

5757
.CodeMirror-gutters {
58-
background: #fcfcfc;
58+
background: #f9f9f9;
5959
border-right: none;
6060
}
6161

62+
.CodeMirror-linenumber {
63+
color: #909399;
64+
font-size: 15px;
65+
}
66+
6267
.CodeMirror-matchingbracket {
6368
color: #8e908c !important;
6469
outline: 1px solid #d6d6d6;
@@ -69,11 +74,8 @@
6974
text-shadow: none !important;
7075
color: #8e908c !important;
7176
font-family: "Fira Sans" !important;
72-
}
73-
74-
.CodeMirror-linenumber {
75-
color: #C0C4CC;
76-
font-size: 15px;
77+
outline: 1px solid #d6d6d6;
78+
-moz-outline-radius: 3px;
7779
}
7880

7981
.CodeMirror span[role="presentation"] {

0 commit comments

Comments
 (0)