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

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

parent e143c354
......@@ -5,7 +5,9 @@
// Inline and block code styles
code,
pre {
kdb,
pre,
samp {
font-family: @font-family-monospace;
}
......
Markdown is supported
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