Restyle glow award links for visibility.

At present, we typically distinguish links from other text by coloring
them, underlining on hover, and changing cursor to pointer on hover.
However, when a post is glow-awarded, both color and underline-on-hover
are suppressed, making links very hard to find in text. Given chiobu's
tendency to glow award effortposts, this can make posts hard to read.

My solution is to always show links as underlined in glow-awarded posts
and comments. Not terribly attached to this particular approach, but
it seems to undermine the award effect the least while largely
restoring accessibility of links.
remotes/1693045480750635534/spooky-22
Snakes 2022-07-24 16:23:21 -04:00
parent 856f155b41
commit 1c14722f06
Signed by: Snakes
GPG Key ID: E745A82778055C7E
2 changed files with 5 additions and 1 deletions

View File

@ -5316,6 +5316,10 @@ th, td {
color: lightgreen;
}
.glow .post-body a, .glow .comment-text a {
text-decoration: underline;
}
.text-green {
color: green !important;
}

View File

@ -1,6 +1,6 @@
{%-
set CACHE_VER = {
'css/main.css': 428,
'css/main.css': 429,
'css/catalog.css': 2,
'css/4chan.css': 61,