mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-15 04:21:03 +00:00
9 lines
170 B
SCSS
9 lines
170 B
SCSS
kbd {
|
|
background-color: inherit;
|
|
border:1px solid $base-font-color;
|
|
display:inline-block;
|
|
font-size:.9em;
|
|
padding:.1em .3em;
|
|
border-radius:5px;
|
|
@include card(1);
|
|
} |