Change color of text-danger.

This commit is contained in:
Olivier PEREZ 2014-12-19 00:12:19 +01:00
parent 187c84074e
commit 178208380f
1 changed files with 1 additions and 1 deletions

View File

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