Fix author profile location is dark color in dark mode (#874)
This commit is contained in:
parent
a15e9bda40
commit
db37f3caa8
4 changed files with 12 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1857,6 +1857,10 @@ html.dark-mode .post-card-excerpt {
|
|||
color: var(--color-secondary-text);
|
||||
}
|
||||
|
||||
html.dark-mode .author-profile-location {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
html.dark-mode .article-title {
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -2029,6 +2033,10 @@ html.dark-mode .footer-cta-title {
|
|||
color: var(--color-secondary-text);
|
||||
}
|
||||
|
||||
html.auto-color .author-profile-location {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
html.auto-color .article-title {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue