We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aae604 + d78e356 commit 423f33fCopy full SHA for 423f33f
_scss/normalize.scss
@@ -227,13 +227,25 @@ pre {
227
*/
228
229
code,
230
-kbd,
231
pre,
232
samp {
233
font-family: monospace, monospace;
234
font-size: 1em;
235
}
236
+/*
237
+ * Keyboard and input markers in markdown (<kbd></kbd>)
238
+ */
239
+kbd {
240
+ font-family: monospace, monospace;
241
+ font-size: 1em;
242
+ background-color: var(--darker);
243
+ border: 1px solid var(--grey);
244
+ border-bottom-width: 3px;
245
+ border-radius: 4px;
246
+ padding: 0.15em 0.5em;
247
+}
248
+
249
/* Forms
250
========================================================================== */
251
0 commit comments