summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-07-20 18:17:08 +0200
committeruser <user@node5.net>2024-07-20 18:17:08 +0200
commitee84c37c67bdc1f802f5d5fb574158cfa0106995 (patch)
treeebe0469e5d0dd81b18e8820450c2021893d4f2b0 /src/static
parent8065def2ce044fe574f395e5187646e41d871fb2 (diff)
Style - Day grey, unify greys
Diffstat (limited to 'src/static')
-rw-r--r--src/static/main.css3
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 {