Willy-JL / F95Checker

GNU General Public License v3.0
101 stars 16 forks source link

Minor style fixes #131

Closed r37r05p3C7 closed 4 months ago

r37r05p3C7 commented 4 months ago

While playing around with various color themes, I noticed that the type widget's foreground is defined by the text style variable. This is problematic because the default #ffffff text already lacks contrast against most background colors defined in Type. I have adjusted the foreground color to always be #ffffff.

Also, foreground_color function was changed to follow proper W3 contrast spec.