modified: html/style.css

modified:   index.sh
This commit is contained in:
xbl
2026-08-19 20:36:07 +02:00
parent c5cd727737
commit 077d08ef75
2 changed files with 12 additions and 9 deletions
+6 -3
View File
@@ -151,7 +151,8 @@ img.logo {
.current .wttr { font-size: 1.5rem; font-weight: bold; text-shadow: var(--dark-glow); }
.current .danger { font-size: 1rem; font-weight: normal; text-shadow: var(--dark-glow); }
.current .level { font-size: 1.5rem; font-weight: bold; }
.danger p { font-size: 1rem; font-weight: normal; }
.danger a { font-size: 1rem; font-weight: normal; text-decoration: underline dotted #248bcc; color: var(--text); }
.danger p { font-size: 1rem; font-weight: normal; text-decoration: none; color: var(--text); }
/* 4 data cats — auto-placed into cols 2 & 3, 2 per row → 2×2 grid */
.cat {
@@ -414,7 +415,8 @@ img.logo {
.current .wttr { font-size: 1.5rem; }
.current .danger { font-size: 1rem; }
.current .level { font-size: 1rem; }
.danger p { font-size: 1rem; }
.danger a { font-size: 1rem; text-decoration: underline dotted #248bcc; color: var(--text); }
.danger p { font-size: 1rem; text-decoration: none; color: var(--text); }
.cat { font-size: 1rem; }
.cat p { padding-left: 14px; }
@@ -440,7 +442,8 @@ img.logo {
.current .wttr { font-size: 1rem; }
.current .danger { font-size: 0.75rem; }
.current .level { font-size: 1rem; }
.danger p { font-size: 0.75rem; }
.danger a { font-size: 0.75rem; text-decoration: underline dotted #248bcc; color: var(--text); }
.danger p { font-size: 0.75rem; text-decoration: none; color: var(--text); }
.cat { font-size: 0.75rem; }
.cat p { padding-left: 12px; }