Skip to content

Commit

Permalink
Merge pull request #47 from gebeto/master
Browse files Browse the repository at this point in the history
Added styled KBD tag, like in primer theme
  • Loading branch information
parkr authored Jul 26, 2021
2 parents f17a2ee + 392fdcf commit a5aafee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _sass/jekyll-theme-slate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,20 @@ form {
padding: 20px;
}

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: 11px;
padding: 3px 5px;
vertical-align: middle;
}

/*******************************************************************************
Full-Width Styles
*******************************************************************************/
Expand Down

0 comments on commit a5aafee

Please sign in to comment.