Merge pull request #173 from SW1FT/patch-1

Fix white .card-footer
This commit is contained in:
Pat Johnson 2018-06-29 11:09:43 -06:00 committed by GitHub
commit 55024d6293
2 changed files with 4 additions and 2 deletions

View File

@ -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
}
}
}

View File

@ -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
}
}
}