More actions
Content deleted Content added
Created page with ".keyboard-key { padding: 0.25em 0.5em; display: inline-block; line-height: 1; font-weight: 600; font-size: 0.875rem; border-radius: 8px; border: 1px solid; border-color: grey; background: var( --color-surface-3 ); color: white; }" |
No edit summary Tag: Manual revert |
||
(6 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
display: inline-block; |
display: inline-block; |
||
line-height: 1; |
line-height: 1; |
||
font-weight: |
font-weight: 500; |
||
font-size: 0.875rem; |
font-size: 0.875rem; |
||
border-radius: |
border-radius: 3px; |
||
border: 1px solid; |
border: 1px solid; |
||
border-color: |
border-color: rgba( 0, 0, 0, 0.08 ); |
||
background: var( --color-surface-3 ); |
background: var( --color-surface-3 ); |
||
color: |
color: var( --color-base--emphasized ); |
||
} |
} |
Latest revision as of 16:21, 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.08 );
background: var( --color-surface-3 );
color: var( --color-base--emphasized );
}