Willy-JL / F95Checker

GNU General Public License v3.0
123 stars 20 forks source link

Minor style fixes #131

Closed r37r05p3C7 closed 9 months ago

r37r05p3C7 commented 9 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.