mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03: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: https://github.com/SerenityOS/serenity/commit/32bd57bdc9 Pull-request: https://github.com/SerenityOS/serenity/pull/12892 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/Xexxa
@ -32,7 +32,9 @@ pre {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
code {
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user