Skip to content

Commit 8a470b5

Browse files
committed
adjust border color of playground editor in light mode
1 parent 2f01274 commit 8a470b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

playground/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ main {
6262

6363
.CodeMirror {
6464
height: auto;
65-
border: solid 1px #555;
65+
border: solid 1px #ccc;
6666
border-radius: 4px;
6767
}
6868

@@ -102,6 +102,10 @@ footer {
102102
}
103103

104104
@media (prefers-color-scheme: dark) {
105+
.CodeMirror {
106+
border: solid 1px #555;
107+
}
108+
105109
#lint-result {
106110
--bulma-table-background-color: #222;
107111
}

0 commit comments

Comments
 (0)