Skip to content

Commit ca2477b

Browse files
Fixed bookmark card background color
1 parent 70945e1 commit ca2477b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2378,6 +2378,11 @@ blockquote.kg-blockquote-alt {
23782378
opacity: 1;
23792379
}
23802380

2381+
.kg-bookmark-card a.kg-bookmark-container,
2382+
.kg-bookmark-card a.kg-bookmark-container:hover {
2383+
background: var(--background-color) !important;
2384+
}
2385+
23812386
.kg-bookmark-card .kg-bookmark-content {
23822387
padding: 1.15em;
23832388
}

0 commit comments

Comments
 (0)