File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
src/routes/tutorial/[slug] Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 6
6
height: 100%;
7
7
}
8
8
9
+ .cm-editor ::selection {
10
+ color: revert;
11
+ }
12
+
9
13
.cm-editor .cm-scroller {
10
14
font-family: var(--font-mono);
11
15
font-size: 1.3rem;
80
84
}
81
85
82
86
.cm-editor .cm-activeLine {
83
- background-color: var(--sk-back- 2);
87
+ background-color: hsl(0, 0%, 40%, 0. 2);
84
88
}
85
89
86
90
.cm-editor .cm-diagnostic-warning {
90
94
.cm-editor .cm-diagnostic-warning {
91
95
background: hsl(39, 100%, 10%);
92
96
}
97
+
98
+ .cm-editor.cm-focused .cm-selectionBackground,
99
+ .cm-editor .cm-selectionBackground,
100
+ .cm-editor .cm-content ::selection {
101
+ background: var(--sk-theme-3);
102
+ opacity: .3;
103
+ }
104
+
105
+ .cm-editor .cm-selectionMatch {
106
+ background: rgba(255, 255, 255, 0.2);
107
+ }
93
108
}
You can’t perform that action at this time.
0 commit comments