mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
LibWeb: Strike-through <s> and <del> elements by default
This commit is contained in:
parent
ed70a67a49
commit
049abbc417
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ ins {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
s,
|
||||
del {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
strong,
|
||||
b {
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue