We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a096497 commit 0046093Copy full SHA for 0046093
src/assets/code_mirror/tomorrow.css
@@ -55,10 +55,15 @@
55
}
56
57
.CodeMirror-gutters {
58
- background: #fcfcfc;
+ background: #f9f9f9;
59
border-right: none;
60
61
62
+.CodeMirror-linenumber {
63
+ color: #909399;
64
+ font-size: 15px;
65
+}
66
+
67
.CodeMirror-matchingbracket {
68
color: #8e908c !important;
69
outline: 1px solid #d6d6d6;
@@ -69,11 +74,8 @@
74
text-shadow: none !important;
70
75
71
76
font-family: "Fira Sans" !important;
72
-}
73
-
-.CodeMirror-linenumber {
- color: #C0C4CC;
- font-size: 15px;
77
+ outline: 1px solid #d6d6d6;
78
+ -moz-outline-radius: 3px;
79
80
81
.CodeMirror span[role="presentation"] {
0 commit comments