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 8e116b1 commit 2eede41Copy full SHA for 2eede41
src/components/App.css
@@ -8,6 +8,7 @@
8
--button-color: #48F;
9
--link-color: #36C;
10
--code-area-bg-color: #CCC;
11
+ --pre-area-bg-color: #FFF;
12
--un-run-bg-color: #8AF;
13
--aborted-bg-color: #DDD;
14
--error-fg-color: darkred;
@@ -427,8 +428,7 @@ a {
427
428
.dialog pre {
429
width: 100%;
430
overflow: auto;
- background: #222;
431
- color: #eee;
+ background: var(--pre-area-bg-color);
432
padding: 1em;
433
}
434
.section {
@@ -817,6 +817,7 @@ hr {
817
--link-color: #6CF;
818
--table-head-bg-color: #555;
819
--code-area-bg-color: #555;
820
+ --pre-area-bg-color: #222;
821
--un-run-bg-color: blue;
822
--aborted-bg-color: #000;
823
--error-fg-color: red;
0 commit comments