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

@@ -4,7 +4,7 @@
}
.title {
font-size: 10px;
font-size: 0.625em;
color: var(--accent-gold);
letter-spacing: 0.08em;
text-transform: uppercase;
@@ -12,7 +12,7 @@
}
.hint {
font-size: 11px;
font-size: 0.6875em;
color: var(--text-muted);
font-style: italic;
margin-bottom: 10px;
@@ -27,12 +27,12 @@
.label {
font-family: 'JetBrains Mono', monospace;
font-size: 11px;
font-size: 0.6875em;
color: var(--text-secondary);
}
.input {
width: 100%;
font-size: 12px;
font-size: 0.75em;
font-family: 'JetBrains Mono', monospace;
}