The link color adjusted for easy viewing on google search's Dark theme.
match_dark_theme by _sarthak_
Details
Author_sarthak_
LicenseNo License
Categorygoogle search
Created
Updated
Size664 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name match_dark_theme
@version 20211113.15.19
@namespace userstyles.world/user/_sarthak_
@description The link color adjusted for easy viewing on google search's Dark theme.
@author _sarthak_
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/search?q=") {
/* a:link, .w, #prs a:visited, #prs a:active, .q:active, .q:visited, .kl:active, .tbotu {
/* color: #FB8B1E /*#f80 !important;; */
/*}
*/
/* #1afe49 */
a:link, .w, #prs a:visited, #prs a:active, .q:active, .q:visited, .kl:active, .tbotu {
color: #ee8787 ! important
}
a:visited {
color: #80ff9a ! important
}
}