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:
@@ -4,7 +4,7 @@
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 10px;
|
||||
font-size: 0.625em;
|
||||
color: var(--accent-gold);
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
@@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
.hint {
|
||||
font-size: 11px;
|
||||
font-size: 0.6875em;
|
||||
color: var(--text-muted);
|
||||
font-style: italic;
|
||||
margin-bottom: 10px;
|
||||
@@ -27,12 +27,12 @@
|
||||
|
||||
.label {
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
font-size: 11px;
|
||||
font-size: 0.6875em;
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
.input {
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
font-size: 0.75em;
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user