Skip to content

"text-decoration: line-through" Line Thickness is Too Thin and Can't be Changed #60

Description

@ourichermath

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions