Eric A. Meyer on Nostr: I just now spotted this in Substack’s #[0] file and I’m trying to figure out why ...
I just now spotted this in Substack’s npub1fh4q52h30jxmqvazxzctchc7celfz8w73qxle2v7727u8e9v4tjq63qzmn (npub1fh4…qzmn) file and I’m trying to figure out why they did this. Why? For the love of God, Montressor, WHY?!?
```css
s {
text-decoration: underline;
text-underline-offset: calc(-50% + 2px);
text-decoration-thickness: 1px;
}
```
```css
s {
text-decoration: underline;
text-underline-offset: calc(-50% + 2px);
text-decoration-thickness: 1px;
}
```