Make firefox message link legibile in dark mode
All checks were successful
/ publish (push) Successful in 17s

This commit is contained in:
asonix 2024-02-11 15:40:01 -06:00
parent 89e194e53a
commit 977082adad

View file

@ -192,13 +192,25 @@ section {
.firefox-message {
background-color: lightyellow;
color: #000;
color: #333333;
display: none;
margin: 0;
min-width: 100%;
padding: 16px;
}
.firefox-message a,
.firefox-message a:visited {
color: #232323;
}
.firefox-message a:focus,
.firefox-message a:hover,
.firefox-message a:visited:focus,
.firefox-message a:visited:hover {
color: #1a1a1a;
}
section.web-environment-integrity-message {
background-color: lightyellow;
color: #000;