Skip to content

Commit 0db9880

Browse files
committed
No, should stick to white for background.
Unless we want to change the site.css file to make not all headers black.
1 parent 2f7c628 commit 0db9880

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/interactive_syntax/core.cljs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,9 +1542,8 @@
15421542
[result-view db repl-ref]]
15431543
[:div {:id "internalAppContainer"
15441544
:style {:height "100%"
1545-
:width "100%"
1546-
:color "white"
1547-
:background-color "black"}}
1545+
:width "100%"}
1546+
:background-color "white"}}
15481547
[:div {:id "internalApp"}
15491548
[:h2 "Live and Learn!"]]]]
15501549
[result-view db repl-ref])]]

0 commit comments

Comments
 (0)