mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	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:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user