Open
Description
Wrong color evaluation when used custom properties
I tested "https://yusukehirao.github.io/" through the online tool ( https://visi.dev/ ).
Results:
Contrast
The color contrast ratio of foregroundrgb(51, 51, 51)
to backgroundrgba(0, 0, 0, 0)
is must be greater than 4.5 as users with color blindness may not be able to identify the content.
But actually, I use foreground rgb(51, 51, 51)
and background rgb(255, 255, 255)
each are as custom propreties.