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

From Aeronautica Official Wiki
Revision as of 23:30, 28 April 2025 by Polderbaan (talk | contribs) (Created page with ".keyboard-key { padding: 0.25em 0.5em; display: inline-block; line-height: 1; font-weight: 500; font-size: 0.875rem; border-radius: 5px; border: 1px solid; border-color: white; background: var( --color-surface-3 ); color: #768397; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.keyboard-key {
	padding: 0.25em 0.5em;
	display: inline-block;
    line-height: 1;
    font-weight: 500;
    font-size: 0.875rem;
    border-radius: 5px;
    border: 1px solid;
    border-color: white;
    background: var( --color-surface-3 );
    color: #768397;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.