mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +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:
parent
67e7291c2b
commit
e4543555fa
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;
|
||||
|
Loading…
Reference in New Issue
Block a user