mercadolibre / chico

A collection of easy-to-use UI components.
http://chico.mercadolibre.com
MIT License
343 stars 87 forks source link

New color links on a:link and a:visited #1131

Closed pulsovisual closed 10 years ago

pulsovisual commented 10 years ago

Hi guys, We have new color links for the a:link and a:visited pseudo-classes.

Chico UI v0.13.4 a {color: #0637B3;} http://www.colorhexa.com/0637b3 a:active {color: #0000DD;} a:visited {color: #800080;}

Proposal: a, a:active {color: #0033BB;} http://www.colorhexa.com/0033cc a:visited {color: #880099;} http://www.colorhexa.com/880099

The new ones are hexa-friendly and a bit shinny. It's a minimal change.

Also we can unify the a:link and a:active colors.

See ya! Ivan