Skip to content

Commit

Permalink
Fixed bookmark card text color
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaluminium committed Jul 10, 2024
1 parent f13641d commit 6d8cc3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/built/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/screen.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 6d8cc3a

Please sign in to comment.