18 lines
438 B
SCSS
18 lines
438 B
SCSS
---
|
|
---
|
|
@import "{{ site.theme }}";
|
|
|
|
// Github's kbd definition on issues and PRs
|
|
kbd {
|
|
display: inline-block;
|
|
padding: .3rem .4rem;
|
|
font: .8rem SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
|
|
line-height: normal;
|
|
line-height: 10px;
|
|
color: #444d56;
|
|
vertical-align: middle;
|
|
background-color: #fafbfc;
|
|
border: 1px solid #d1d5da;
|
|
border-radius: 3px;
|
|
box-shadow: inset 0 -1px 0 #d1d5da;
|
|
}
|