/**
 * Trata assuntos relacionados às propriedadas das cores de texto
 */

.text-white { color: white; }
a.text-white:hover { color: rgba(255, 255, 255, .8); }
a.text-white:active
a.text-white:visited { color: rgba(255, 255, 255, .8); }

/* End of file texts.css */
/* Path: ./assets/css/texts.css */
