mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +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;
|
||||
}
|
||||
|
||||
code {
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue