diff options
-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; } |