Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
wiki:documentation [2025/08/11 22:50] – [Discussion] scumsuck | wiki:documentation [2025/08/11 22:50] (current) – [Discussion] scumsuck | ||
---|---|---|---|
Line 73: | Line 73: | ||
This code hides "Real Name" and makes it so screen readers don't read it. | This code hides "Real Name" and makes it so screen readers don't read it. | ||
- | '' | + | < |
.comment_name .block span { | .comment_name .block span { | ||
font-size: 0; | font-size: 0; | ||
visibility: hidden; | visibility: hidden; | ||
} | } | ||
- | + | </ | |
- | '' | + | |
This code replaces the text with " | This code replaces the text with " | ||
- | '' | + | < |
.comment_name .block span::after { | .comment_name .block span::after { | ||
content: ' | content: ' | ||
Line 89: | Line 88: | ||
visibility: visible; | visibility: visible; | ||
} | } | ||
- | + | </ | |
- | '' | + | |
Supposedly entering your e-mail allows you to get notifications for comments, but I haven' | Supposedly entering your e-mail allows you to get notifications for comments, but I haven' |