Color of already visited links
-
browzer1 last edited by browzer1
Download STYLUS. Then add a rule such as "a:visited { color: #00CD00 !important; }".
Select any hex color you want. Don't include the quotes.
-
rif last edited by
@browzer1 said in Color of already visited links:
Download STYLUS. Then add a rule such as "a:visited { color: #00CD00 !important; }".
I've been looking for something like this, thanks.
How can I do it like above but also put a line through it?
This extension was very easy to configure in Opera.
-
sgunhouse Moderator Volunteer last edited by
I'm sure it's called "strikethrough", I used it in Presto constantly. Probably something like font-style:strikethrough though I'm no CSS expert so I could be wrong.
I do know it has to go inside the braces and requires its own !important, and I think you need a semicolon between the two items.
-
rif last edited by leocg
@sgunhouse said in Color of already visited links:
I'm sure it's called "strikethrough", I used it in Presto constantly. Probably something like font-style:strikethrough though I'm no CSS expert so I could be wrong.
Actually I think it was called just strike and its deprecated as far as I can tell. See this
This same site also shows how to use a replacement but I'm not sure how to combine it with:
a:visited { color: #00CD00 !important; }
-
tareqtareq last edited by
@buns you can use DuckDuckgo, and in the settings option, you can change color as you wish!! Good if you set DuckDuckgo as the primary search engine, go to Opera settings menu and set it as Default.
-
browzer1 last edited by
@tareqtareq ... That only works for search results. It will not work with bookmarks or Speed Dial entries.
-