popurls classic link colors stylesheet

popurls classic black - link colors stylesheet

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/14798/95986/popurls%20classic%20link%20colors%20stylesheet.js

a:link {
color: #84bbd0 !important;
}

a:visited {
color: #545454 !important;
}

a:hover {
color: #ffffff !important;
}

a:active {
color: #545454 !important;
}

a.staticlinkblack,
a.staticlinkblack:link,
a.staticlinkblack:visited {
  color: orange !important;
}