Add CSS
This commit is contained in:
parent
f7557bac9d
commit
1e322a3407
3 changed files with 21 additions and 2 deletions
|
@ -33,6 +33,7 @@ github_username: Crocmagnon
|
||||||
theme: jekyll-theme-cayman
|
theme: jekyll-theme-cayman
|
||||||
# plugins:
|
# plugins:
|
||||||
# - jekyll-feed
|
# - jekyll-feed
|
||||||
|
show_downloads: false
|
||||||
|
|
||||||
# Exclude from processing.
|
# Exclude from processing.
|
||||||
# The following items will not be processed, by default.
|
# The following items will not be processed, by default.
|
||||||
|
|
18
assets/css/style.scss
Normal file
18
assets/css/style.scss
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
---
|
||||||
|
@import "{{ site.theme }}";
|
||||||
|
|
||||||
|
// start content
|
||||||
|
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;
|
||||||
|
}
|
Loading…
Reference in a new issue