Color of visited links
-
I would like to change the color of unvisited links from the drab, ugly, depressing dark blue to something else, as well as, the color of visited links. It works great in my Firefox browser to this very minute, but no idea where to even start with Vivaldi,. I did a search in the forum, to no avail. This shouldn't be this hard for a browser that is supposed to be so customizable!
-
Use this CSS with Stylus:
a:visited, a:visited *, .fl:visited, i:visited, a *:visited *, *:visited {color: #006a3e !important; text-decoration: none !important; } a:visited:hover, a:visited:hover *, .fl:visited:hover, i:visited:hover, a *:visited:hover *, *:visited:hover {color: #009559 !important; text-decoration: none !important;} a:link, i:link, a:link * {color: #3f81ea !important; text-decoration: none !important;} a:hover, a:hover *, .fl:hover, i:hover, a *:hover {color: #6399eb !important;} a:active, a:active *, a:visited:active, a:visited:active * {color: #800000 !important;}
-
@barbudo2005 said in Color of visited links:
Use this CSS with Stylus:
a:visited, a:visited *, .fl:visited, i:visited, a *:visited *, *:visited {color: #006a3e !important; text-decoration: none !important; } a:visited:hover, a:visited:hover *, .fl:visited:hover, i:visited:hover, a *:visited:hover *, *:visited:hover {color: #009559 !important; text-decoration: none !important;} a:link, i:link, a:link * {color: #3f81ea !important; text-decoration: none !important;} a:hover, a:hover *, .fl:hover, i:hover, a *:hover {color: #6399eb !important;} a:active, a:active *, a:visited:active, a:visited:active * {color: #800000 !important;}
Thanks, but Stylus?
-
Stylus is a extension to add styles to the sites:
https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne
You have to create a new style, paste the CSS above and leave the end like the image above, so it works in every page.
-
@barbudo2005 hmmm...I already have a CSS file. how does this affect that?
-
@musicollector What style do you already have?
-
This post is deleted! -
@barbudo2005 Hey, how do I post the code in-source, as you have done? Someone told me but I forgot.
-
Open Stylus, next click "Write new style" button:
Next paste the code in the right side, and write a name in the left side:
Next click the "Save button" and leave the bottom "Applies to Everything" blank.
-
Any idea how to not use visited link colours altogether.?.i use a dark mode extension and the highlighted visited links are very extremely irritating and annoying.
Seems to be a chromium/chromium based issue.
Firefox does not exhibit this. -
@barbudo2005 said in Color of visited links:
a:visited, a:visited *, .fl:visited, i:visited, a *:visited *, *:visited
{color: #006a3e !important;
text-decoration: none !important;
} -
@Priest72 Change the color to white or #d8d8d8 (almost white).
-
Ppafflick unlocked this topic on
-
Ppafflick moved this topic from Vivaldi for Windows on