Remix.run Logo
blueflow 8 days ago

[flagged]

esafak 7 days ago | parent | next [-]

They do not use strikethrough but:

    text-decoration-line: underline
    text-decoration-style: solid
    text-decoration-thickness: auto
    text-underline-position: under
It renders correctly on MacOS Chromium.
tptacek 7 days ago | parent | prev | next [-]

Please don't complain about tangential annoyances—e.g. article or website formats, name collisions, or back-button breakage. They're too common to be interesting.

https://news.ycombinator.com/newsguidelines.html

Destiner 8 days ago | parent | prev | next [-]

Most likely a CSS rendering issue. I'm seeing proper/normal output on macOS Safari.

mdp2021 7 days ago | parent | prev | next [-]

It's because of some bad offset between background and text...

Exactly, the issue is at:

  text-underline-position: under;
(also 'from-font' would break it.)

It's clearly not intentional - it's a glitch, probably in the font.

rkomorn 8 days ago | parent | prev | next [-]

Huh. I'm not seeing anything that looks like what you're describing.

johntash 7 days ago | parent | prev | next [-]

I also see it, Firefox on linux.

7 days ago | parent | prev [-]
[deleted]