added updater and fixed fonts
Some checks failed
Build and Release / build (push) Failing after 1m37s

This commit is contained in:
2026-06-12 21:21:45 -05:00
parent ba7a22e0fd
commit 285ba5b3af
24 changed files with 760 additions and 84 deletions

View File

@@ -17,7 +17,7 @@
}
.title {
font-size: 15px;
font-size: 0.9375em;
color: var(--accent-gold);
letter-spacing: 0.05em;
}
@@ -32,7 +32,7 @@
border: 1px solid var(--border);
color: var(--text-secondary);
padding: 4px 10px;
font-size: 13px;
font-size: 0.8125em;
font-family: 'Cinzel', serif;
transition: border-color 0.15s, color 0.15s;
}