The link color on Google search result page look similar to a Terminal on Linux. The color combination is similar to Terminal theme on duckduckgo.
TERMINAL_themed by _sarthak_
Details
Author_sarthak_
LicenseNo License
Categoryhttps://www.google.com/search?q=
Created
Updated
Size622 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 TERMINAL_themed
@version 20211116.18.14
@namespace userstyles.world/user/_sarthak_
@description The link color on Google search result page look similar to a Terminal on Linux. The color combination is similar to Terminal theme on duckduckgo.
@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: #50F148 ! important
}
a:visited {
color: #AD4AD2 ! important
}
cite {
color: #A1AC25 ! important
}
}