mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
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:
parent
5f5293cf6d
commit
e34c36007e
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue