Module:Key/styles.css

From Estfor Kingdom
< Module:Key
Revision as of 22:57, 28 February 2023 by Arod (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.keyboard-key {
	padding: 0.25em 0.5em;
	display: inline-block;
    line-height: 1;
    font-weight: var( --font-weight-medium );
    font-size: 0.875rem;
    border-radius: var( --border-radius--small );
    border: 1px solid;
    border-color: var( --border-color-base );
    background: var( --color-surface-3 );
    color: var( --color-base--emphasized );
}