mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
subtle text adjustments
This commit is contained in:
parent
95fb16b929
commit
3009d60c79
1 changed files with 2 additions and 3 deletions
|
|
@ -140,7 +140,7 @@
|
|||
Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
|
||||
--font-size-1: 1rem;
|
||||
--font-size-2: 3rem;
|
||||
--font-size-base: 110%;
|
||||
--font-size-base: 105%;
|
||||
--font-weight-bold: 700;
|
||||
--font-weight-normal: 400;
|
||||
--line-height-base: 1.4;
|
||||
|
|
@ -189,12 +189,11 @@
|
|||
}
|
||||
|
||||
.key {
|
||||
font-weight: var(--font-weight-bold);
|
||||
color: var(--color-text-subtle);
|
||||
width: 1ch;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: var(--color-text-subtle);
|
||||
margin-left: var(--space-2);
|
||||
transition: color var(--transition-speed);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue