Skip to content

Commit 07ba758

Browse files
author
dnolen
committed
white bg, black text, code is cljs.org blue
1 parent 4d9f6df commit 07ba758

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/clojure/cljs/repl/browser.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
"<link href=\"https://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\">"
108108
"<style>"
109109
"body { padding: 28px; margin: auto; max-width: 42em; "
110-
"color: white; font-family: \"Open Sans\", sans-serif; background-image: linear-gradient(to right, #0f2242, #2351a1); }"
111-
"code, pre { color: #5cc70c; font-size: 17px; white-space: pre-wrap; }"
110+
"font-family: \"Open Sans\", sans-serif; }"
111+
"code, pre { color: #4165a2; font-size: 17px; white-space: pre-wrap; }"
112112
"</style>"
113113
"<center><img src=\"cljs-logo.svg\" style=\"width: 200px; height: 200px; margin: 15px;\"/></center>"
114114
"<p>Welcome to the default <code>index.html</code> provided by the ClojureScript Browser REPL.</p>"

0 commit comments

Comments
 (0)