Updated frontend styles for bookmark card (#20468)

REF DES-263
- Added default white background color and sans-serif font to bookmark
card
This commit is contained in:
Sanne de Vries 2024-06-26 12:02:25 +02:00 committed by GitHub
parent 5f5293cf6d
commit e34c36007e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@
.kg-bookmark-card a.kg-bookmark-container,
.kg-bookmark-card a.kg-bookmark-container:hover {
display: flex;
background: #fff;
text-decoration: none;
border-radius: 6px;
border: 1px solid rgb(124 139 154 / 25%);
@ -28,6 +29,7 @@
justify-content: flex-start;
padding: 20px;
overflow: hidden;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.kg-bookmark-title {