feat(Keyhint): tweak keyboard hint styles

This commit is contained in:
alistair3149 2024-10-16 15:02:08 -04:00
parent d76e8a9a3f
commit d2e92da3c5
No known key found for this signature in database

View file

@ -14,8 +14,12 @@
}
&-key {
font-size: var( --font-size-x-small );
font-weight: var( --font-weight-normal );
color: var( --color-subtle );
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
text-transform: capitalize;
letter-spacing: 0.05em;
}
}