Changed bookmark card metadata styling to be consistent with the editor

Classes for author and publisher are temporarily swapped to make sure the changes are backwards compatible until Ghost 4.0
This commit is contained in:
Sanne de Vries 2020-11-10 18:17:06 +01:00
parent 3d189760a8
commit c3cb51711a
3 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2263,9 +2263,9 @@ Usage (In Ghost editor):
flex-wrap: wrap;
align-items: center;
margin-top: 14px;
color: color-mod(var(--midgrey) l(-10%));
color: var(--darkgrey);
font-size: 1.5rem;
font-weight: 400;
font-weight: 500;
}
.post-full-content .kg-bookmark-icon {
@ -2289,6 +2289,8 @@ Usage (In Ghost editor):
line-height: 1.5em;
text-overflow: ellipsis;
white-space: nowrap;
color: color-mod(var(--midgrey) l(-10%));
font-weight: 400;
}
@media (max-width: 800px) {