mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
LibWeb: Use monospace font for <kbd> and <samp> elements
This commit is contained in:
parent
049abbc417
commit
32bd57bdc9
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ pre {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code,
|
||||||
|
kbd,
|
||||||
|
samp {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue