style for <del>
This commit is contained in:
parent
474276e6a1
commit
ebd08fb2e5
1 changed files with 5 additions and 0 deletions
|
@ -234,6 +234,11 @@ p {
|
|||
hyphens: auto;
|
||||
}
|
||||
|
||||
del {
|
||||
text-decoration: line-through wavy;
|
||||
text-decoration-thickness: 2px;
|
||||
}
|
||||
|
||||
|
||||
.threecol {
|
||||
columns: 3;
|
||||
|
|
Loading…
Reference in a new issue