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:
Thibaut Patel 2021-12-13 17:23:49 +01:00
parent 67e7291c2b
commit e4543555fa
3 changed files with 3 additions and 3 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

@ -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;