mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 13:46:31 +00:00
LibWeb: Strike-through <s> and <del> elements by default
This commit is contained in:
parent
ed70a67a49
commit
049abbc417
Notes:
sideshowbarker
2024-07-17 17:54:21 +09:00
Author: https://github.com/krkk
Commit: 049abbc417
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 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