Skip to content

Commit a5aafee

Browse files
authored
Merge pull request #47 from gebeto/master
Added styled KBD tag, like in primer theme
2 parents f17a2ee + 392fdcf commit a5aafee

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: _sass/jekyll-theme-slate.scss

+14
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,20 @@ form {
251251
padding: 20px;
252252
}
253253

254+
kbd {
255+
background-color: #fafbfc;
256+
border: 1px solid #c6cbd1;
257+
border-bottom-color: #959da5;
258+
border-radius: 3px;
259+
box-shadow: inset 0 -1px 0 #959da5;
260+
color: #444d56;
261+
display: inline-block;
262+
font-size: 11px;
263+
line-height: 11px;
264+
padding: 3px 5px;
265+
vertical-align: middle;
266+
}
267+
254268
/*******************************************************************************
255269
Full-Width Styles
256270
*******************************************************************************/

0 commit comments

Comments
 (0)