Merge pull request #1532 from scar45/fix/dark-mode-redirect-url-color

Explicitly set foreground color of #redirect-url in dark mode
This commit is contained in:
luke crouch 2019-10-16 11:25:43 -05:00 committed by GitHub
commit 27d51f89c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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