From 8706def09143c76ae419b7c19558d7ad50ac0764 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Fri, 21 Jun 2013 23:28:34 +0200 Subject: [PATCH] changed signature color for qunit api docs from green to purple --- themes/api.qunitjs.com/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/api.qunitjs.com/style.css b/themes/api.qunitjs.com/style.css index e5cfceda..425fec31 100755 --- a/themes/api.qunitjs.com/style.css +++ b/themes/api.qunitjs.com/style.css @@ -8,5 +8,5 @@ a { } .signatures li h4 { - background: #21763D; + background: #390F39; }