fix: increase font size

This commit is contained in:
2026-09-02 20:19:40 +05:00
parent e9de7a4bf8
commit 1e63eaa03b
8 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
}
.nav a {
color: var(--color-text);
font: bold var(--font-text) var(--font-mono);
font: bold var(--font-size-s) var(--font-mono);
white-space: nowrap;
text-decoration: none;
}