Merge pull request #9989 from eins78/more-monospace-elements
code.less: also set default monospace font for `<kbd>` and `<samp>`
This commit is contained in:
commit
b7e1103c32
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,9 @@
|
|||
|
||||
// Inline and block code styles
|
||||
code,
|
||||
pre {
|
||||
kdb,
|
||||
pre,
|
||||
samp {
|
||||
font-family: @font-family-monospace;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue