mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
9 lines
207 B
CSS
9 lines
207 B
CSS
.dayHeader {
|
|
padding: var(--s-2) var(--s-2) var(--s-1);
|
|
font-size: var(--font-2xs);
|
|
font-weight: var(--weight-bold);
|
|
color: var(--color-text-high);
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.05em;
|
|
}
|