From e20506fcf9b0f31d471b7b448bb5826eb7227007 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 8 Nov 2018 17:59:59 +0100 Subject: Make code block background colour darker Increase contrast for improved readability. --- assets/stylesheets/layout.hcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/stylesheets') diff --git a/assets/stylesheets/layout.hcss b/assets/stylesheets/layout.hcss index ac9de6b..70aea39 100644 --- a/assets/stylesheets/layout.hcss +++ b/assets/stylesheets/layout.hcss @@ -34,7 +34,7 @@ p { border-radius: 6px; box-shadow: inset 1px 1px 10px #402929; - background-color: #483f3d; + background-color: #2d1f1c; color: #c9ccb4; text-shadow: 1px 3px 5px #230f0f; } -- cgit v1.2.3