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:
@@ -17,13 +17,13 @@
|
||||
|
||||
.name {
|
||||
font-family: 'Cinzel', serif;
|
||||
font-size: 16px;
|
||||
font-size: 1em;
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.id {
|
||||
font-family: 'JetBrains Mono', 'Fira Code', monospace;
|
||||
font-size: 12px;
|
||||
font-size: 0.75em;
|
||||
color: var(--accent-gold);
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
.tag {
|
||||
font-family: 'Cinzel', serif;
|
||||
font-size: 10px;
|
||||
font-size: 0.625em;
|
||||
color: var(--text-secondary);
|
||||
background: var(--bg-elevated);
|
||||
border: 1px solid var(--border);
|
||||
@@ -57,7 +57,7 @@
|
||||
.loading {
|
||||
color: var(--text-secondary);
|
||||
font-family: 'Cinzel', serif;
|
||||
font-size: 12px;
|
||||
font-size: 0.75em;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
gap: 6px;
|
||||
padding: 16px;
|
||||
color: var(--text-muted);
|
||||
font-size: 12px;
|
||||
font-size: 0.75em;
|
||||
font-family: 'Cinzel', serif;
|
||||
}
|
||||
|
||||
@@ -79,6 +79,6 @@
|
||||
|
||||
.meta {
|
||||
font-family: 'JetBrains Mono', 'Fira Code', monospace;
|
||||
font-size: 11px;
|
||||
font-size: 0.6875em;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user