LibWeb: Use monospace font for <kbd> and <samp> elements

This commit is contained in:
Karol Kosek 2022-02-19 21:39:51 +01:00 committed by Andreas Kling
parent 049abbc417
commit 32bd57bdc9
Notes: sideshowbarker 2024-07-17 17:54:16 +09:00

View File

@ -32,7 +32,9 @@ pre {
white-space: pre;
}
code {
code,
kbd,
samp {
font-family: monospace;
}