Module:Key/styles.css: Difference between revisions
From Drawing Wiki
More actions
starcitizen>Alistar Bot m →top: deprecate old Citizen variables, replaced: --color-base--emphasized → --color-emphasized, --border-radius--small → --border-radius-base |
(No difference)
|
Revision as of 18:16, 15 October 2024
.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-base ); border: 1px solid; border-color: var( --border-color-base ); background: var( --color-surface-3 ); color: var( --color-emphasized ); }