🏠 Home 

Greasy Fork is available in English.

Popurls Classic Black Style 2019 css

for use with Popurls Classic Black Style 2019 - link colors stylesheet


安装此脚本?
安装为用户样式?
/* ==UserStyle==
@name               Popurls Classic Black Style 2019 css
@description        for use with Popurls Classic Black Style 2019 - link colors stylesheet
@namespace          https://greasyfork.org/en/users/10118-drhouse
@version            1.0
@author             drhouse
==/UserStyle== */
a {
&:link {
color: #84bbd0 !important;
}
&:visited {
color: #545454 !important;
}
&:hover {
color: #ffffff !important;
}
&:active {
color: #545454 !important;
}
}
a.staticlinkblack,
a.staticlinkblack:link,
a.staticlinkblack:visited {
color: orange !important;
}