Skip to content

Commit 2eede41

Browse files
committed
fix light css
1 parent 8e116b1 commit 2eede41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/App.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
--button-color: #48F;
99
--link-color: #36C;
1010
--code-area-bg-color: #CCC;
11+
--pre-area-bg-color: #FFF;
1112
--un-run-bg-color: #8AF;
1213
--aborted-bg-color: #DDD;
1314
--error-fg-color: darkred;
@@ -427,8 +428,7 @@ a {
427428
.dialog pre {
428429
width: 100%;
429430
overflow: auto;
430-
background: #222;
431-
color: #eee;
431+
background: var(--pre-area-bg-color);
432432
padding: 1em;
433433
}
434434
.section {
@@ -817,6 +817,7 @@ hr {
817817
--link-color: #6CF;
818818
--table-head-bg-color: #555;
819819
--code-area-bg-color: #555;
820+
--pre-area-bg-color: #222;
820821
--un-run-bg-color: blue;
821822
--aborted-bg-color: #000;
822823
--error-fg-color: red;

0 commit comments

Comments
 (0)