Strikethrough too thin when viewing with Retina and Firefox

AndyB

Well-known member
Licensed customer
Affected version
2.3.9
When viewing a banned users post, the username strikethrough is too thin when viewing with Retina and Firefox.

Example:

pic001.webp

Please add the following:

Code:
.username--banned {
    text-decoration-thickness: 1px;
}
 
Back
Top Bottom