Bug 1576600 - Ensure Learn More link is visible in dark mode. r=andreio

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nihanth Subramanya 2019-09-30 14:57:06 +00:00
Родитель d695c6d470
Коммит a5621850c9
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1941,6 +1941,10 @@ panelview[mainview] #PanelUI-whatsNew-content {
margin-top: 16px;
}
#protections-popup-message .text-link {
color: white;
}
#protections-popup-message .text-link:hover {
text-decoration: underline;
cursor: pointer;