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 5b16e8ac54
commit e66d57f418

View file

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