diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-24 08:23:40 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-24 08:23:40 +0000 |
| commit | 09742a5cd7a45d7cb0802836c03e299d7b9de645 (patch) | |
| tree | 73ba7d39cb8d7e68c68081ddc2e4b83d082b7762 /src/static | |
| parent | a32c7ccd195214789569bc8f3ff5f9e271cbd3c5 (diff) | |
| download | submelon.dev-09742a5cd7a45d7cb0802836c03e299d7b9de645.tar.gz submelon.dev-09742a5cd7a45d7cb0802836c03e299d7b9de645.tar.bz2 submelon.dev-09742a5cd7a45d7cb0802836c03e299d7b9de645.zip | |
styles.css: Improve contrast on footer
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/styles.css b/src/static/styles.css index 90e7842..38d1df0 100644 --- a/src/static/styles.css +++ b/src/static/styles.css @@ -200,6 +200,6 @@ footer > span { } footer > span { - background: #646464; + background: #424242; } } |
