diff options
author | Tamas Levai <levait@tmit.bme.hu> | 2021-03-01 07:29:57 +0000 |
---|---|---|
committer | Tamas Levai <levait@tmit.bme.hu> | 2021-03-01 07:29:57 +0000 |
commit | 9863347ce7ba1b76b580a56a2d902d3ea00a583d (patch) | |
tree | 60395ace34ffbeeadf8b546bdeb8f1f38bda05bc /data | |
parent | Use CSS to configure version footer look (diff) | |
download | miniserve-9863347ce7ba1b76b580a56a2d902d3ea00a583d.tar.gz miniserve-9863347ce7ba1b76b580a56a2d902d3ea00a583d.zip |
Tone down footer text contrast
Diffstat (limited to 'data')
-rw-r--r-- | data/style.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/style.scss b/data/style.scss index 6f4b5c6..8241f76 100644 --- a/data/style.scss +++ b/data/style.scss @@ -570,7 +570,7 @@ th span.active span { --size_background_color: #323232; --size_text_color: #ffffff; --error_color: #d02424; - --footer_color: #797979; + --footer_color: #898989; } @mixin theme_archlinux { @@ -615,7 +615,7 @@ th span.active span { --size_background_color: #5294e2; --size_text_color: #fefefe; --error_color: #e44b4b; - --footer_color: #9ebbdc; + --footer_color: #8eabcc; } @mixin theme_zenburn { @@ -660,7 +660,7 @@ th span.active span { --size_background_color: #7f9f7f; --size_text_color: #efefef; --error_color: #d06565; - --footer_color: #cfbfaf; + --footer_color: #bfaf9f; } @mixin theme_monokai { @@ -705,7 +705,7 @@ th span.active span { --size_background_color: #75715e; --size_text_color: #f8f8f2; --error_color: #d02929; - --footer_color: #66d9ef; + --footer_color: #56c9df; } |