popurls classic link colors stylesheet

popurls classic black - link colors stylesheet

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-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;
}