added updater and fixed fonts
Some checks failed
Build and Release / build (push) Failing after 1m37s
Some checks failed
Build and Release / build (push) Failing after 1m37s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user