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

@@ -14,7 +14,7 @@
}
.sectionTitle {
font-size: 11px;
font-size: 0.6875em;
color: var(--accent-gold);
letter-spacing: 0.08em;
margin-bottom: 10px;
@@ -30,7 +30,7 @@
.propRow {
display: flex;
justify-content: space-between;
font-size: 13px;
font-size: 0.8125em;
}
.propLabel {
@@ -40,11 +40,11 @@
.propValue {
color: var(--text-primary);
font-family: 'JetBrains Mono', monospace;
font-size: 12px;
font-size: 0.75em;
}
.subTitle {
font-size: 10px;
font-size: 0.625em;
color: var(--text-muted);
letter-spacing: 0.06em;
text-transform: uppercase;
@@ -53,6 +53,6 @@
.empty {
color: var(--text-muted);
font-size: 13px;
font-size: 0.8125em;
font-style: italic;
}