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,7 +17,7 @@
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 15px;
|
||||
font-size: 0.9375em;
|
||||
color: var(--accent-gold);
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
@@ -32,7 +32,7 @@
|
||||
border: 1px solid var(--border);
|
||||
color: var(--text-secondary);
|
||||
padding: 4px 10px;
|
||||
font-size: 13px;
|
||||
font-size: 0.8125em;
|
||||
font-family: 'Cinzel', serif;
|
||||
transition: border-color 0.15s, color 0.15s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user