LibWeb: Strike-through <s> and <del> elements by default

This commit is contained in:
Karol Kosek 2022-02-20 10:56:27 +01:00 committed by Andreas Kling
commit 049abbc417
Notes: sideshowbarker 2024-07-17 17:54:21 +09:00

View file

@ -41,6 +41,11 @@ ins {
text-decoration: underline; text-decoration: underline;
} }
s,
del {
text-decoration: line-through;
}
strong, strong,
b { b {
font-weight: bold; font-weight: bold;