Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Key/styles.css: Difference between revisions

From Drawing Wiki
Zippy (talk | contribs)
m 1 revision imported: Going to "borrow" parts of the star citizen main page to make this look nicer
Zippy (talk | contribs)
Zippybonzo changed the content model of the page Module:Key/styles.css from "plain text" to "Sanitized CSS"
 
(No difference)

Latest revision as of 10:34, 8 May 2025

.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 );
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.