diff --git a/index.html b/index.html index cda88b5..1c05bce 100644 --- a/index.html +++ b/index.html @@ -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); }