Use #eee instead of white Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Mon, 13 Jan 2020 23:17:23 +0000
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -15,7 +15,7 @@ top: 0;
bottom: 0; left: 0; right: 0; - color: white; + color: #eee; } .container-text {@@ -24,7 +24,7 @@ top: 0;
bottom: 0; left: 0; right: 0; - color: white; + color: #eee; }@@ -51,7 +51,7 @@ }
pre, pre code { background: #041b1e; - color: white; + color: #eee; word-wrap: break-word; overflow-x: auto; white-space: pre-wrap;