On my Forma (Software Version 4.33.19759 (5240404f16, 7/20/22)) with an epub3 source of a kepub, the thickness of the line is too thin in <del>, <s> and a custom css of:
.strike {
text-decoration: line-through;
}
It also seems that I cannot change that line thickness. I've tried various combinations of the elements in:
.strike {
text-decoration-line: line-through;
text-decoration-style: solid;
text-decoration-color: black;
text-decoration-thickness: 5px;
}
and nothing helps. If that "text-decoration-line: line-through;" line is present, the line on my Forma disappears entirely. If I revert back to "text-decoration: line-through;", none of the other options make any difference.
On my Forma (Software Version 4.33.19759 (5240404f16, 7/20/22)) with an epub3 source of a kepub, the thickness of the line is too thin in
<del>,<s>and a custom css of:.strike {
text-decoration: line-through;
}
It also seems that I cannot change that line thickness. I've tried various combinations of the elements in:
.strike {
text-decoration-line: line-through;
text-decoration-style: solid;
text-decoration-color: black;
text-decoration-thickness: 5px;
}
and nothing helps. If that "text-decoration-line: line-through;" line is present, the line on my Forma disappears entirely. If I revert back to "text-decoration: line-through;", none of the other options make any difference.