vihanb / PPCG-Design

A redesign of the PPCG website
codegolf.stackexchange.com
35 stars 13 forks source link

Clicked badge text is darker than all other badges #60

Closed Mego closed 8 years ago

Mego commented 8 years ago

No, I'm not just trying to show off my badges here :P

vihanb commented 8 years ago

try updating? looks fine for me

Mego commented 8 years ago

I've discovered the cause: the text is darker (and unreadable) on badges that have been clicked (like blue/purple links elsewhere)

vihanb commented 8 years ago

a.badge { color: white !important } <- that CSS should fix it, I'll put it in later as I'm to lazy do it right now

vihanb commented 8 years ago

I think I fixed this