Change color of text-danger.

This commit is contained in:
Olivier PEREZ 2014-12-19 00:12:19 +01:00
parent 187c84074e
commit 178208380f

View File

@ -47,7 +47,7 @@ a.text-info:focus {
.text-warning, .text-warning,
.text-warning a, .text-warning a,
a.text-warning { a.text-warning {
color: #8A6E3B; color: #C05827;
} }
.text-warning a:hover, .text-warning a:hover,
.text-warning a:focus, .text-warning a:focus,