Skip to content

Commit 68b1a78

Browse files
committed
Dev console: get the panel background color right.
1 parent 6e2abf3 commit 68b1a78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/console/ocaml_console.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
--ocaml-color-code-keyword: #874aa9;
3232
--ocaml-color-code-type-id: #a9874a;
3333
--ocaml-color-code-string: #4aa987;
34+
35+
color: var(--ocaml-color-fg);
36+
background-color: var(--ocaml-color-bg);
3437
}
3538

3639
:root[theme='dark'] {

0 commit comments

Comments
 (0)