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 2f01274 commit 8a470b5Copy full SHA for 8a470b5
playground/style.css
@@ -62,7 +62,7 @@ main {
62
63
.CodeMirror {
64
height: auto;
65
- border: solid 1px #555;
+ border: solid 1px #ccc;
66
border-radius: 4px;
67
}
68
@@ -102,6 +102,10 @@ footer {
102
103
104
@media (prefers-color-scheme: dark) {
105
+ .CodeMirror {
106
+ border: solid 1px #555;
107
+ }
108
+
109
#lint-result {
110
--bulma-table-background-color: #222;
111
0 commit comments