From f6072f41783f6b43f611f6c664ded6f72d5c1b3b Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 24 Jan 2013 17:15:24 +0100 Subject: [PATCH] changing the tab-active color --- chromesoul.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromesoul.css b/chromesoul.css index bc7e235..c60cc7d 100644 --- a/chromesoul.css +++ b/chromesoul.css @@ -171,7 +171,7 @@ body { } #tab-lst > li.tab-active { - color: red; + color: #c43434; }