diff --git a/playground/style.css b/playground/style.css index da816a315..e77138cc8 100644 --- a/playground/style.css +++ b/playground/style.css @@ -62,7 +62,7 @@ main { .CodeMirror { height: auto; - border: solid 1px #555; + border: solid 1px #ccc; border-radius: 4px; } @@ -102,6 +102,10 @@ footer { } @media (prefers-color-scheme: dark) { + .CodeMirror { + border: solid 1px #555; + } + #lint-result { --bulma-table-background-color: #222; }