Make all visited links strikethrough using userContent.css?
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!
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!
-
- Knows the dark side
- Posts: 5549
- Joined: 2015-12-09, 15:45
Make all visited links strikethrough using userContent.css?
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."

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

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
-
- Lunatic
- Posts: 408
- Joined: 2015-05-08, 14:30
- Location: Wichita, KS
Re: Make all visited links strikethrough using userContent.css?
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
https://developer.mozilla.org/en-US/doc ... ink_styles