Add date display styling

This commit is contained in:
2026-08-26 17:29:24 +01:00
parent 4ce1e00c46
commit 39a2300aa3

View File

@@ -6,6 +6,12 @@ window {
} }
/* Large, prominent clock */ /* Large, prominent clock */
label.date-display {
font-size: 30px;
font-weight: 500;
color: #fafafa;
padding-right: 30px;
}
label.clock-display { label.clock-display {
font-size: 32px; font-size: 32px;
font-weight: 700; font-weight: 700;