Dark mode anchor contrast to low #15802
Labels
beta
Concerns a bug/feature in a beta release
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
topic: UI/UX
User interface or user experience related work
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v4.0-beta1
Python Version
3.11
Steps to Reproduce
Expected Behavior
According to WCAG 2.1 accessibility standard, a bare minimum contrast ratio of 3:1 is required, 4.5:1 would be better.
Observed Behavior
A ratio of 2.92:1 was calculated.
Responsible for the link color is the CSS variable
--tblr-link-color-rgb
. I found that the Tabler Demo uses slightly different colors. However, I can't find the cause why, as netbox.scss doesn't seem to change related Tabler variables.The text was updated successfully, but these errors were encountered: