-
Notifications
You must be signed in to change notification settings - Fork 4k
Fix hint block decoration color #2590
New issue
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
Conversation
|
GitBook Preview |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Do we not want to keep the slightly lighter (or semi-transparent) effect on the text decoration?
Yeah upon second look you’re right, I’ve added the semi-transparent decoration style to the hint blocks after all. The default one inherits from the default link style, which includes it. |
Links inside hint blocks correctly change their color to match the hint block, but the
text-decoration
property is not changed with them. Let’s fix that by making them inherit their text color properly.Preview