Exclude default CTA links from link styling
This commit is contained in:
parent
b7ea0cbff7
commit
2d940d8f59
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
|
@ -995,7 +995,7 @@ is the very first element in the post content */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Now the content typography styles */
|
/* Now the content typography styles */
|
||||||
.gh-content a:not(.kg-bookmark-container):not(.kg-btn):not(.kg-nft-card-container) {
|
.gh-content a:not(.gh-post-upgrade-cta a):not(.kg-bookmark-container):not(.kg-btn):not(.kg-nft-card-container) {
|
||||||
color: var(--ghost-accent-color);
|
color: var(--ghost-accent-color);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
Loading…
Reference in a new issue