subtle text adjustments

This commit is contained in:
Cade Scroggins 2022-11-14 09:02:40 -08:00
parent 95fb16b929
commit 3009d60c79
No known key found for this signature in database
GPG key ID: 6AC5A902158265D0

View file

@ -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);
}