-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
15802 change table anchor color #15841
Conversation
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.
However it doesn't have any contrast between a link and a non-link (see screenshot) not sure if we want this or to go with a different tabler link color...
We definitely still want to render links in a different color. #15802 is just to increase the contrast of links under dark mode.
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.
I tried using different media queries but they didn't work properly when switching between light and dark, even specifically defining media queries for both. As a compromise I picked a filter to slightly lighten the link which seems to look fairly good in both light and dark. |
Fixes: #15802
Made a lighter version of the current link color for tables