style: Increase font density for date headers (weight 900, tight spacing)

This commit is contained in:
mARTin 2026-02-13 10:04:02 +01:00
parent 8069df9e07
commit 5782c818ea

View File

@ -622,9 +622,9 @@ h3 {
.weekly-day-name {
font-size: 1.25rem;
font-weight: 700;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.05em;
letter-spacing: -0.02em;
color: var(--weekly-text);
}