We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f17a2ee + 392fdcf commit a5aafeeCopy full SHA for a5aafee
_sass/jekyll-theme-slate.scss
@@ -251,6 +251,20 @@ form {
251
padding: 20px;
252
}
253
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
+
268
/*******************************************************************************
269
Full-Width Styles
270
*******************************************************************************/
0 commit comments