diff options
| author | user <user@node5.net> | 2024-07-20 18:17:08 +0200 |
|---|---|---|
| committer | user <user@node5.net> | 2024-07-20 18:17:08 +0200 |
| commit | ee84c37c67bdc1f802f5d5fb574158cfa0106995 (patch) | |
| tree | ebe0469e5d0dd81b18e8820450c2021893d4f2b0 /src/static | |
| parent | 8065def2ce044fe574f395e5187646e41d871fb2 (diff) | |
Style - Day grey, unify greys
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/main.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/static/main.css b/src/static/main.css index fb12def..ff15c9a 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -17,7 +17,6 @@ body { #top { font-size: 1vh; - color: #ddd; } #program { @@ -32,7 +31,7 @@ body { } .grey { - color: grey !important; + color: #ddd !important; } img { |
