summaryrefslogtreecommitdiff
path: root/src/static/main.css
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-07-16 20:35:49 +0200
committeruser@node5.net <user@node5.net>2025-07-16 20:35:49 +0200
commite0ec6e81c232c782220934c12719ecdfe49f236f (patch)
tree7c767e3eab1f30b349a696478a1bba83505d2535 /src/static/main.css
parent6e70a2b301f3e22951aeb68e8323b7af67772555 (diff)
Spacing, show days as line, 2025 theming
Diffstat (limited to 'src/static/main.css')
-rw-r--r--src/static/main.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/static/main.css b/src/static/main.css
index 5aa2f84..e821b65 100644
--- a/src/static/main.css
+++ b/src/static/main.css
@@ -20,11 +20,9 @@ body {
}
#program {
- font-size: 0.82em;
+ font-size: 0.81em;
}
-
-
#news {
font-size: 1.36em;
text-align: left;
@@ -52,3 +50,8 @@ input[type=submit] {
width: fit-content;
}
+hr {
+ border: none;
+ height: 1px;
+ background-color: #333;
+}