Skip to content

Commit 46c5866

Browse files
Fixed bookmark card background color issue
1 parent 87395c5 commit 46c5866

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,6 +2323,11 @@ html.dark-mode .kg-header-card h3.kg-header-card-subheader {
23232323
color: #fff;
23242324
}
23252325

2326+
html.dark-mode .kg-bookmark-card a.kg-bookmark-container,
2327+
html.dark-mode .kg-bookmark-card a.kg-bookmark-container:hover {
2328+
background: var(--color-darkmode) !important;
2329+
}
2330+
23262331
html.dark-mode .footer-cta-title {
23272332
color: #fff;
23282333
}
@@ -2519,6 +2524,11 @@ html.dark-mode .footer-cta-title {
25192524
color: #fff;
25202525
}
25212526

2527+
html.auto-color .kg-bookmark-card a.kg-bookmark-container,
2528+
html.auto-color .kg-bookmark-card a.kg-bookmark-container:hover {
2529+
background: var(--color-darkmode) !important;
2530+
}
2531+
25222532
html.auto-color .footer-cta-title {
25232533
color: #fff;
25242534
}

0 commit comments

Comments
 (0)