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:
commit
27d51f89c7
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ html {
|
|||
@media (prefers-color-scheme: dark) {
|
||||
#redirect-url {
|
||||
background: #38383d; /* Grey 70 */
|
||||
color: #eee; /* White 20 */
|
||||
}
|
||||
}
|
||||
/* stylelint-enable */
|
||||
|
|
Loading…
Add table
Reference in a new issue