Commit 27d92f45 authored by Max F. Albrecht's avatar Max F. Albrecht
Browse files

code.less: also set default monospace font for `<kbd>` and `<samp>`

parent e143c354
1 merge request!9989code.less: also set default monospace font for `<kbd>` and `<samp>`
Showing with 3 additions and 1 deletion
+3 -1
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
// Inline and block code styles // Inline and block code styles
code, code,
pre { kdb,
pre,
samp {
font-family: @font-family-monospace; font-family: @font-family-monospace;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment