all repos — site @ 0aad75ebcf9fc8945184bdb114b63ebe278a06bf

source for my site, found at icyphox.sh

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
commit

0aad75ebcf9fc8945184bdb114b63ebe278a06bf

parent

ad28962572b038bc5c79f825a30acc21fc6772b3

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M static/style.cssstatic/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;