mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Fixed a rule so that it doesn't overrides the product card css
refs https://github.com/TryGhost/Team/issues/1245 - Followed the same pattern as the callout, ntf and bookmark cards.
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
											
										
									
								
							@@ -995,7 +995,7 @@ is the very first element in the post content */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Now the content typography styles */
 | 
			
		||||
.gh-content a:not(.gh-post-upgrade-cta a):not(.kg-bookmark-container):not(.kg-btn):not(.kg-nft-card-container):not(.kg-callout-card-accent a) {
 | 
			
		||||
.gh-content a:not(.gh-post-upgrade-cta a):not(.kg-bookmark-container):not(.kg-btn):not(.kg-nft-card-container):not(.kg-callout-card-accent a):not(a.kg-product-card-btn-accent) {
 | 
			
		||||
    color: var(--ghost-accent-color);
 | 
			
		||||
    text-decoration: underline;
 | 
			
		||||
    word-break: break-word;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user