Design token updates.
This commit is contained in:
parent
de3bcc479a
commit
c6b970a621
13 changed files with 198 additions and 211 deletions
|
|
@ -860,7 +860,7 @@ onUnmounted(() => {
|
|||
.form-submit {
|
||||
display: inline-block;
|
||||
background: var(--parch);
|
||||
color: var(--candle-faint);
|
||||
color: var(--parch-accent);
|
||||
font-family: 'Commit Mono', monospace;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
|
|
@ -875,7 +875,7 @@ onUnmounted(() => {
|
|||
.form-submit:hover {
|
||||
background: var(--parch-hover);
|
||||
border-color: var(--parch-hover);
|
||||
color: var(--candle-dim);
|
||||
color: var(--parch-text);
|
||||
text-decoration: none;
|
||||
}
|
||||
.form-submit:disabled {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue