diff options
author | Teddy Wing | 2018-11-08 17:59:59 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-08 17:59:59 +0100 |
commit | e20506fcf9b0f31d471b7b448bb5826eb7227007 (patch) | |
tree | 2df9b8f3f602e761fc86decdd4e2a3688f13aa08 | |
parent | c65118b6cd9381fe7f95cd0bfdd25b0fc3c13046 (diff) | |
download | dome-key-web-e20506fcf9b0f31d471b7b448bb5826eb7227007.tar.bz2 |
Make code block background colour darker
Increase contrast for improved readability.
-rw-r--r-- | assets/styles.css | 2 | ||||
-rw-r--r-- | assets/stylesheets/layout.hcss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/styles.css b/assets/styles.css index bf5eff1..1672cce 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -29,7 +29,7 @@ p { border: solid 2px #8c6e6e; border-radius: 6px; box-shadow: inset 1px 1px 10px #402929; - background-color: #483f3d; + background-color: #2d1f1c; color: #c9ccb4; text-shadow: 1px 3px 5px #230f0f; } 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; } |