Toggle 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 AoM Retold
Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 7: Line 7:
border-radius: 3px;
border-radius: 3px;
border: 1px solid;
border: 1px solid;
border-color: rgba( 0, 0, 0, 1 );
border-color: rgba( 0, 0, 0, 0.5 );
background: var( --color-surface-3 );
background: var( --color-surface-3 );
color: var( --color-base--emphasized );
color: var( --color-base--emphasized );

Revision as of 16:19, 29 September 2024

.keyboard-key {
	padding: 0.25em 0.5em;
	display: inline-block;
    line-height: 1;
    font-weight: 500;
    font-size: 0.875rem;
    border-radius: 3px;
    border: 1px solid;
    border-color: rgba( 0, 0, 0, 0.5 );
    background: var( --color-surface-3 );
    color: var( --color-base--emphasized );
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies. We only use cookie to make the site function and save your preferences, nothing else.