Set explicit text color to the bookmark card content (#20578)

ref DES-263

- we've recently started forcing white background color to the bookmark
card by default
- the reason was making it look good regardless of the site background
color
- it caused an issue to some sites, mostly in dark mode, because the
text color was inherited from the theme
- this sets explicit color to the bookmark content which is consistent
with the nft card
This commit is contained in:
Sodbileg Gansukh 2024-07-10 18:27:45 +08:00 committed by GitHub
parent 3aca1411fc
commit 7266ca869f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
border-radius: 6px;
border: 1px solid rgb(124 139 154 / 25%);
overflow: hidden;
color: inherit;
color: #222;
}
.kg-bookmark-content {