aboutsummaryrefslogtreecommitdiffstats
path: root/assets/stylesheets
diff options
context:
space:
mode:
authorTeddy Wing2018-11-08 17:59:59 +0100
committerTeddy Wing2018-11-08 17:59:59 +0100
commite20506fcf9b0f31d471b7b448bb5826eb7227007 (patch)
tree2df9b8f3f602e761fc86decdd4e2a3688f13aa08 /assets/stylesheets
parentc65118b6cd9381fe7f95cd0bfdd25b0fc3c13046 (diff)
downloaddome-key-web-e20506fcf9b0f31d471b7b448bb5826eb7227007.tar.bz2
Make code block background colour darker
Increase contrast for improved readability.
Diffstat (limited to 'assets/stylesheets')
-rw-r--r--assets/stylesheets/layout.hcss2
1 files changed, 1 insertions, 1 deletions
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;
}