mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
LibWeb: Use monospace font for <kbd> and <samp> elements
This commit is contained in:
parent
049abbc417
commit
32bd57bdc9
Notes:
sideshowbarker
2024-07-17 17:54:16 +09:00
Author: https://github.com/krkk
Commit: 32bd57bdc9
Pull-request: https://github.com/SerenityOS/serenity/pull/12892
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/Xexxa
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