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 39fd403 commit 66b95f9Copy full SHA for 66b95f9
src/assets/code_mirror/ayu-mirage.css
@@ -1,17 +1,17 @@
1
.cm-s-ayu-mirage span.cm-comment {
2
- color: #5C6773 !important;
+ color: #5c6773 !important;
3
}
4
5
.cm-s-ayu-mirage span.cm-atom {
6
color: #ffd580 !important;
7
8
9
.cm-s-ayu-mirage .cm-matchhighlight {
10
- background-color: #323A4C !important;
+ background-color: #323a4c !important;
11
12
13
.cm-s-ayu-mirage .CodeMirror-matchingbracket {
14
15
text-decoration: none !important;
16
17
src/assets/code_mirror/monokai.css
@@ -3,5 +3,5 @@
.cm-s-monokai .cm-matchhighlight {
- background-color: #49483E;
+ background-color: #49483e;
0 commit comments