subtle text adjustments

This commit is contained in:
Cade Scroggins
2022-11-14 09:02:40 -08:00
parent 95fb16b929
commit 3009d60c79
+2 -3
View File
@@ -140,7 +140,7 @@
Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif; Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
--font-size-1: 1rem; --font-size-1: 1rem;
--font-size-2: 3rem; --font-size-2: 3rem;
--font-size-base: 110%; --font-size-base: 105%;
--font-weight-bold: 700; --font-weight-bold: 700;
--font-weight-normal: 400; --font-weight-normal: 400;
--line-height-base: 1.4; --line-height-base: 1.4;
@@ -189,12 +189,11 @@
} }
.key { .key {
font-weight: var(--font-weight-bold); color: var(--color-text-subtle);
width: 1ch; width: 1ch;
} }
.name { .name {
color: var(--color-text-subtle);
margin-left: var(--space-2); margin-left: var(--space-2);
transition: color var(--transition-speed); transition: color var(--transition-speed);
} }