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

@@ -19,13 +19,13 @@
}
.title {
font-size: 22px;
font-size: 1.375em;
color: var(--accent-gold);
letter-spacing: 0.06em;
}
.subtitle {
font-size: 14px;
font-size: 0.875em;
color: var(--text-secondary);
margin-top: -16px;
}
@@ -38,7 +38,7 @@
.label {
font-family: 'Cinzel', serif;
font-size: 12px;
font-size: 0.75em;
color: var(--text-secondary);
letter-spacing: 0.06em;
text-transform: uppercase;
@@ -52,7 +52,7 @@
.pathInput {
flex: 1;
font-family: 'JetBrains Mono', monospace;
font-size: 12px;
font-size: 0.75em;
}
.btn {
@@ -60,7 +60,7 @@
background: var(--bg-elevated);
border: 1px solid var(--border);
color: var(--text-primary);
font-size: 13px;
font-size: 0.8125em;
transition: border-color 0.15s, color 0.15s;
white-space: nowrap;
}
@@ -104,7 +104,7 @@
display: flex;
flex-direction: column;
gap: 3px;
font-size: 12px;
font-size: 0.75em;
font-family: 'JetBrains Mono', monospace;
}
@@ -126,7 +126,7 @@
background: var(--accent-red);
border: 1px solid #b04040;
padding: 10px;
font-size: 13px;
font-size: 0.8125em;
color: #ffd0d0;
}
@@ -149,7 +149,7 @@
.sectionLabel {
font-family: 'Cinzel', serif;
font-size: 11px;
font-size: 0.6875em;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--text-muted);
@@ -163,7 +163,7 @@
border: 1px solid var(--border);
color: var(--text-primary);
font-family: 'EB Garamond', Georgia, serif;
font-size: 14px;
font-size: 0.875em;
border-radius: 3px;
cursor: pointer;
}
@@ -185,7 +185,7 @@
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-size: 1em;
font-weight: 600;
padding: 0;
flex-shrink: 0;
@@ -231,7 +231,7 @@
.fontSizeLabel {
margin-left: auto;
font-family: 'JetBrains Mono', monospace;
font-size: 12px;
font-size: 0.75em;
color: var(--text-secondary);
min-width: 36px;
text-align: right;
@@ -260,7 +260,7 @@
.colorHex {
font-family: 'JetBrains Mono', monospace;
font-size: 13px;
font-size: 0.8125em;
color: var(--text-secondary);
min-width: 64px;
}