Skip to content

Commit 7f77e20

Browse files
authored
Update CM cursor color (exercism#7876)
* Update cursor color * Use variable
1 parent 4bea411 commit 7f77e20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/css/bootcamp/components/codemirror.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@
115115
color: #aaa;
116116
font-size: 16px;
117117

118+
.cm-cursor {
119+
border-color: var(--textColor1);
120+
}
121+
118122
.cm-scroller {
119123
font-family: "Source Code Pro", "Courier New", Courier, monospace;
120124
}

0 commit comments

Comments
 (0)