diff options
author | Christian Fehmer <[email protected]> | 2024-07-02 22:58:51 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-02 22:58:51 +0200 |
commit | 4f29aa55aa372afca988cb47c874da72407b7e8c (patch) | |
tree | dd8980e2ef7097e949480afc842694d0f0b8220b | |
parent | ce093c538da0973350f2a7e76b671e032f87adf7 (diff) | |
download | monkeytype-4f29aa55aa372afca988cb47c874da72407b7e8c.tar.gz monkeytype-4f29aa55aa372afca988cb47c874da72407b7e8c.zip |
fix: mexican theme sub alt color (@fehmer) (#5552)
-rw-r--r-- | frontend/static/themes/mexican.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/themes/mexican.css b/frontend/static/themes/mexican.css index dadb072af..31f21b94e 100644 --- a/frontend/static/themes/mexican.css +++ b/frontend/static/themes/mexican.css @@ -3,7 +3,7 @@ --main-color: #b12189; --caret-color: #eee; --sub-color: #333; - --sub-alt-color: #0b9399; + --sub-alt-color: #f9b951; --text-color: #eee; --error-color: #da3333; --error-extra-color: #791717; |