mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
feat(Keyhint): ✨ tweak keyboard hint styles
This commit is contained in:
parent
d76e8a9a3f
commit
d2e92da3c5
|
@ -14,8 +14,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-key {
|
&-key {
|
||||||
|
font-size: var( --font-size-x-small );
|
||||||
font-weight: var( --font-weight-normal );
|
font-weight: var( --font-weight-normal );
|
||||||
color: var( --color-subtle );
|
color: var( --color-subtle );
|
||||||
|
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
|
||||||
|
text-transform: capitalize;
|
||||||
|
letter-spacing: 0.05em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue