Popurls Classic Black Style 2019 css

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==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;
}