Fix product card button exclusion

.kg-btn class was removed in 44e9db7195, and this adds explicit rule to exclude product card button from the default link style
This commit is contained in:
Sodbileg Gansukh 2021-12-14 13:44:55 +08:00
parent cec2456b6a
commit d2f6e8c59d
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

@ -63,7 +63,7 @@ is the very first element in the post content */
font-weight: 600;
}
.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(.kg-product-card-button) {
color: var(--ghost-accent-color);
text-decoration: underline;
word-break: break-word;