diff --git a/_sass/jekyll-theme-slate.scss b/_sass/jekyll-theme-slate.scss index cb9ed609..b721960e 100644 --- a/_sass/jekyll-theme-slate.scss +++ b/_sass/jekyll-theme-slate.scss @@ -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 *******************************************************************************/