From 178208380f93692e6d2fa8be8c55dc7f542ade90 Mon Sep 17 00:00:00 2001 From: Olivier PEREZ Date: Fri, 19 Dec 2014 00:12:19 +0100 Subject: [PATCH] Change color of text-danger. --- css/frama.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/frama.css b/css/frama.css index bf0a0cb..0c0a6c9 100644 --- a/css/frama.css +++ b/css/frama.css @@ -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,