Skip to content

Commit 06a8cb1

Browse files
committed
Increase schedule metadata text size
1 parent def056c commit 06a8cb1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/.vitepress/theme/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,9 +674,9 @@ a {
674674
display: block;
675675
color: var(--site-brand);
676676
font-family: var(--vp-font-family-mono);
677-
font-size: 11px;
677+
font-size: 13px;
678678
font-weight: 700;
679-
letter-spacing: 0.04em;
679+
letter-spacing: 0.02em;
680680
}
681681

682682
.schedule-topic-cell strong {
@@ -694,9 +694,9 @@ a {
694694
gap: 10px;
695695
color: var(--site-brand);
696696
font-family: var(--vp-font-family-mono);
697-
font-size: 11px;
697+
font-size: 13px;
698698
font-weight: 700;
699-
letter-spacing: 0.04em;
699+
letter-spacing: 0.02em;
700700
}
701701

702702
.schedule-session-state {

0 commit comments

Comments
 (0)