This commit is contained in:
Gabriel Augendre 2019-11-16 12:53:09 +01:00
parent f7557bac9d
commit 1e322a3407
No known key found for this signature in database
GPG Key ID: 1E693F4CE4AEE7B4
3 changed files with 21 additions and 2 deletions

View File

@ -33,6 +33,7 @@ github_username: Crocmagnon
theme: jekyll-theme-cayman
# plugins:
# - jekyll-feed
show_downloads: false
# Exclude from processing.
# The following items will not be processed, by default.

18
assets/css/style.scss Normal file
View 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;
}