Skip to content

Commit

Permalink
Fixed bookmark card background color issue
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaluminium committed Jul 3, 2024
1 parent 87395c5 commit 46c5866
Show file tree
Hide file tree
Showing 3 changed files with 12 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.

10 changes: 10 additions & 0 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -2323,6 +2323,11 @@ html.dark-mode .kg-header-card h3.kg-header-card-subheader {
color: #fff;
}

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;
}

html.dark-mode .footer-cta-title {
color: #fff;
}
Expand Down Expand Up @@ -2519,6 +2524,11 @@ html.dark-mode .footer-cta-title {
color: #fff;
}

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;
}

html.auto-color .footer-cta-title {
color: #fff;
}
Expand Down

0 comments on commit 46c5866

Please sign in to comment.