QUOTE(Greenkero @ Apr 10 2019, 20:28)
Yes. You are right.
Using my CSS will become the green color.
[
imgur.com]
https://imgur.com/n7BRtQEAfter update.
[
imgur.com]
https://imgur.com/xYpPmKfThe Left is visited link. It become light white. but not clear enough.
Now I can't change the color for VISITED links.
But I CAN change for the unvisited links.
So I don't know why.
Try to change the rule from
QUOTE
a:visited
{
color:#00CC00 !important;
}
to
CODE
a:visited .glink {
color:#00CC00 !important;
}
If it doesn't work, then you should try a browser extension like above said.
This post has been edited by Shizuka Natsuki: Apr 10 2019, 14:44