style for <del>

This commit is contained in:
rhiannon morris 2023-03-11 15:55:25 +01:00
parent 474276e6a1
commit ebd08fb2e5
1 changed files with 5 additions and 0 deletions

View File

@ -234,6 +234,11 @@ p {
hyphens: auto;
}
del {
text-decoration: line-through wavy;
text-decoration-thickness: 2px;
}
.threecol {
columns: 3;