Explicitly set foreground color of #redirect-url in dark mode

This commit is contained in:
George Merlocco 2019-10-12 18:54:54 -04:00
parent a4c578adde
commit c28d77e7cd
No known key found for this signature in database
GPG key ID: 19C4E47C18514F52

View file

@ -60,6 +60,7 @@ html {
@media (prefers-color-scheme: dark) {
#redirect-url {
background: #38383d; /* Grey 70 */
color: #eee; /* White 20 */
}
}
/* stylelint-enable */