mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-04 19:07:37 +00:00
Fix author profile location is dark color in dark mode (#874)
This commit is contained in:
@ -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;
|
||||
}
|
||||
@ -2028,7 +2032,11 @@ html.dark-mode .footer-cta-title {
|
||||
html.auto-color .post-card-excerpt {
|
||||
color: var(--color-secondary-text);
|
||||
}
|
||||
|
||||
|
||||
html.auto-color .author-profile-location {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
html.auto-color .article-title {
|
||||
color: #fff;
|
||||
}
|
||||
|
Reference in New Issue
Block a user