From 366ff9f6dc0ce442f28812573062aaa245f9f366 Mon Sep 17 00:00:00 2001 From: SW1FT Date: Wed, 27 Jun 2018 12:54:27 +0100 Subject: [PATCH] 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 +}