From d783f2d9a7e1added0db88dcc1c8f9c17f985bf4 Mon Sep 17 00:00:00 2001 From: SW1FT Date: Wed, 27 Jun 2018 11:52:11 +0100 Subject: [PATCH 1/2] Fix white .card-footer --- css/userContent-files/amo_store.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/userContent-files/amo_store.css b/css/userContent-files/amo_store.css index c1fd5f8..ee2bde0 100644 --- a/css/userContent-files/amo_store.css +++ b/css/userContent-files/amo_store.css @@ -28,6 +28,7 @@ .Card--photon .Card-contents, .Card-contents, .Card-contents li, + .Card-footer, .Card-footer-link, .Card-footer-text, .Card-header, @@ -150,4 +151,4 @@ .Icon-featured { filter: invert(85%)!important } -} \ No newline at end of file +} From 366ff9f6dc0ce442f28812573062aaa245f9f366 Mon Sep 17 00:00:00 2001 From: SW1FT Date: Wed, 27 Jun 2018 12:54:27 +0100 Subject: [PATCH 2/2] Fix white .Card-footer Fix white .Card-footer --- alternative_user_files/userContent_no_addons.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alternative_user_files/userContent_no_addons.css b/alternative_user_files/userContent_no_addons.css index 8a39c71..67a119f 100644 --- a/alternative_user_files/userContent_no_addons.css +++ b/alternative_user_files/userContent_no_addons.css @@ -968,6 +968,7 @@ url-prefix(https://discovery.addons.mozilla.org) { .Card--photon .Card-contents, .Card-contents, .Card-contents li, + .Card-footer, .Card-footer-link, .Card-footer-text, .Card-header, @@ -1322,4 +1323,4 @@ url-prefix(https://discovery.addons.mozilla.org) { .highlight .error > :-moz-any(.start-tag,.end-tag,.comment,.cdata,.doctype,.pi,.entity,.attribute-name,.attribute-value) { color: #de7474!important } -} \ No newline at end of file +}