Make all visited links strikethrough using userContent.css?

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 5549
Joined: 2015-12-09, 15:45

Make all visited links strikethrough using userContent.css?

Unread post by moonbat » 2024-10-29, 02:48

How do I make all visited links strikethrough (presumably by creating a userContent.css; which I've never done before), and will doing it in userContent.css be overridden by the Colors preferences? Currently that is set to the default of 'only apply my preferences for high contrast themes'.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX

User avatar
Cassette
Lunatic
Lunatic
Posts: 408
Joined: 2015-05-08, 14:30
Location: Wichita, KS

Re: Make all visited links strikethrough using userContent.css?

Unread post by Cassette » 2024-10-30, 16:14

Apparently it cannot be done. "text-decoration" cannot be used on a:visited, but it can be use on a:link, a:active, and a:hover.

https://developer.mozilla.org/en-US/doc ... ink_styles