Bug 1583629 - Set correct color on None Detected section header in dark theme. r=timhuang

Differential Revision: https://phabricator.services.mozilla.com/D47507

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nihanth Subramanya 2019-09-30 08:24:49 +00:00
parent e5dcb2212e
commit eb63155b49

View File

@ -689,7 +689,8 @@ description#identity-popup-content-verifier,
:root[lwt-popup-brighttext] #protections-popup-no-trackers-found-description,
:root[lwt-popup-brighttext] #protections-popup-blocking-section-header,
:root[lwt-popup-brighttext] #protections-popup-not-blocking-section-header {
:root[lwt-popup-brighttext] #protections-popup-not-blocking-section-header,
:root[lwt-popup-brighttext] #protections-popup-not-found-section-header {
color: #f9f9fa;
}