Fixed bookmark card text color

This commit is contained in:
Sodbileg Gansukh 2024-07-10 18:11:55 +08:00
parent f13641dd7e
commit 6d8cc3ae66
3 changed files with 4 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

@ -2326,6 +2326,7 @@ html.dark-mode .kg-header-card h3.kg-header-card-subheader {
html.dark-mode .kg-bookmark-card a.kg-bookmark-container,
html.dark-mode .kg-bookmark-card a.kg-bookmark-container:hover {
background: var(--color-darkmode) !important;
color: #fff !important;
}
html.dark-mode .footer-cta-title {
@ -2527,6 +2528,7 @@ html.dark-mode .footer-cta-title {
html.auto-color .kg-bookmark-card a.kg-bookmark-container,
html.auto-color .kg-bookmark-card a.kg-bookmark-container:hover {
background: var(--color-darkmode) !important;
color: #fff !important;
}
html.auto-color .footer-cta-title {