guides/assets/css/style.scss

19 lines
438 B
SCSS
Raw Permalink Normal View History

2019-11-16 12:53:09 +01:00
---
---
@import "{{ site.theme }}";
2019-11-16 12:55:18 +01:00
// Github's kbd definition on issues and PRs
2019-11-16 12:53:09 +01:00
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;
}