popurls classic link colors stylesheet

popurls classic black - link colors stylesheet

目前為 2015-12-21 提交的版本,檢視 最新版本

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