Explicitly set foreground color of #redirect-url in dark mode
This commit is contained in:
parent
a4c578adde
commit
c28d77e7cd
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ html {
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
#redirect-url {
|
#redirect-url {
|
||||||
background: #38383d; /* Grey 70 */
|
background: #38383d; /* Grey 70 */
|
||||||
|
color: #eee; /* White 20 */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* stylelint-enable */
|
/* stylelint-enable */
|
||||||
|
|
Loading…
Add table
Reference in a new issue