Fix author profile social link hover color on dark mode

This commit is contained in:
Sodbileg Gansukh 2022-07-28 12:35:23 +08:00
parent 1b3541ef2a
commit 129a578751
3 changed files with 10 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1861,6 +1861,10 @@ html.dark-mode .author-profile-location {
color: #fff;
}
html.dark-mode .author-profile-social-link:hover {
color: #fff;
}
html.dark-mode .article-title {
color: #fff;
}
@ -2037,6 +2041,10 @@ html.dark-mode .footer-cta-title {
color: #fff;
}
html.auto-color .author-profile-social-link:hover {
color: #fff;
}
html.auto-color .article-title {
color: #fff;
}