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 @@
.methodLabel {
flex: 1;
font-size: 13px;
font-size: 0.8125em;
color: var(--accent-gold);
letter-spacing: 0.04em;
overflow: hidden;
@@ -30,7 +30,7 @@
background: none;
border: 1px solid var(--border);
color: var(--text-secondary);
font-size: 12px;
font-size: 0.75em;
cursor: pointer;
transition: border-color 0.15s, color 0.15s;
}
@@ -58,7 +58,7 @@
align-items: center;
justify-content: center;
color: var(--text-muted);
font-size: 14px;
font-size: 0.875em;
font-style: italic;
padding: 40px;
text-align: center;
@@ -77,12 +77,12 @@
.errorTitle {
font-family: 'Cinzel', serif;
color: #cc6666;
font-size: 16px;
font-size: 1em;
}
.errorMsg {
font-family: 'JetBrains Mono', monospace;
font-size: 12px;
font-size: 0.75em;
color: var(--text-secondary);
max-width: 500px;
text-align: center;
@@ -94,6 +94,6 @@
border: 1px solid var(--border-accent);
color: var(--accent-gold);
font-family: 'Cinzel', serif;
font-size: 13px;
font-size: 0.8125em;
cursor: pointer;
}