diff options
| author | user <user@node5.net> | 2024-07-20 18:02:40 +0200 |
|---|---|---|
| committer | user <user@node5.net> | 2024-07-20 18:02:40 +0200 |
| commit | 8065def2ce044fe574f395e5187646e41d871fb2 (patch) | |
| tree | 87747480457c00f3b51ccee8a19483c434e0b83a /src/static/main.css | |
| parent | fa5c8a96658ac2891b3e6003b25ee5a58de60c1b (diff) | |
Style - Top bar brightner, due to outdoor deployment
Diffstat (limited to 'src/static/main.css')
| -rw-r--r-- | src/static/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/main.css b/src/static/main.css index 8307586..fb12def 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -17,7 +17,7 @@ body { #top { font-size: 1vh; - color: grey; + color: #ddd; } #program { |
