We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typography.js/packages/typography-theme-twin-peaks/src/index.js
Lines 28 to 37 in 33d86df
I understand this is how to override elements:
twinPeaksTheme.overrideStyles = () => ({ a: { color: "blue", }, })
However I can't seem to access linkColor with anything similar to this:
twinPeaksTheme.overrideStyles = () => ( linkColor = "blue" )
linkColor is present in the following themes:
The text was updated successfully, but these errors were encountered:
Also when a color is overridden for a tags (shown above), all other elements that use linkColor are set to transparent.
Sorry, something went wrong.
I am also having this issue - did you find a solution?
EDIT: Sorry, I should say that I didn't have any issue with using:
"a": { color: `#8bc34a` }
However I'm concerned as this won't change the blockquote border and isn't update-proof if anything else useslinkColor in future releases.
blockquote
linkColor
@Stivaros Still found nothing 😢
No branches or pull requests
typography.js/packages/typography-theme-twin-peaks/src/index.js
Lines 28 to 37 in 33d86df
I understand this is how to override elements:
However I can't seem to access linkColor with anything similar to this:
linkColor is present in the following themes:
The text was updated successfully, but these errors were encountered: