From 392fdcfb2c65f5d15dc5b18e286899ead2478aa2 Mon Sep 17 00:00:00 2001 From: gebeto Date: Fri, 25 Sep 2020 13:46:17 +0300 Subject: [PATCH] Add styled KBD tag, like in primer theme --- _sass/jekyll-theme-slate.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 *******************************************************************************/