Skip to content

Commit

Permalink
Add styled KBD tag, like in primer theme
Browse files Browse the repository at this point in the history
  • Loading branch information
gebeto committed Sep 25, 2020
1 parent 25df166 commit 8521064
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _sass/jekyll-theme-minimal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,20 @@ img {
max-width:100%;
}

kbd {
background-color: #fafbfc;
border: 1px solid #c6cbd1;
border-bottom-color: #959da5;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #959da5;
color: #444d56;
display: inline-block;
font-size: 11px;
line-height: 10px;
padding: 3px 5px;
vertical-align: middle;
}

header {
width:270px;
float:left;
Expand Down

0 comments on commit 8521064

Please sign in to comment.