From 43676671ef3e8e41a6565f51b42ba710bc5010c9 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Sun, 10 Dec 2017 00:09:47 -0700 Subject: [PATCH] More changes to AMO --- userContent-files/webpages/amo_store.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/userContent-files/webpages/amo_store.css b/userContent-files/webpages/amo_store.css index b50c6e7..28417f7 100644 --- a/userContent-files/webpages/amo_store.css +++ b/userContent-files/webpages/amo_store.css @@ -100,8 +100,7 @@ .DropdownMenuItem-link a:hover, .AddonMoreInfo-contents a:link, .LanguageTools-table a:link, - .Addon-details .AddonDescription-contents a:link, - .Card-contents a:link { + .Addon-details .AddonDescription-contents a:link { color: var(--primary-accent-color) !important; } @@ -137,6 +136,14 @@ .Button--report { text-shadow: none !important; } + + .Icon-external { + filter: invert(20%) !important; + } + + .Icon-featured { + filter: invert(85%) !important; + } } \ No newline at end of file