From bcb6c6972dcd9e34c7b38c01e7b20365dc6c711a Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Sat, 11 Jan 2020 23:10:41 +0100 Subject: css: Make content in
more readable This commit changes the background color ofto be a bit less colourful, and changes text color from pure black to a slightly tinged black to increase readability. --- scss/style.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/style.scss b/scss/style.scss index d8b1fd4..1fee967 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -6,7 +6,8 @@ $font-serif: Alegreya, serif; $font-mono: Iosevka, Inconsolata, monospace; $yellow: #ffd400; -$canary: #ffffb3; +$canary: #ffffd3; +$canary-text: #191900; body { background-color: white; @@ -29,6 +30,7 @@ code { pre { background-color: $canary; + color: $canary-text; overflow: auto; padding: .7rem; } -- cgit v1.2.3-2-gb3c3