From cc292624d22586d8ac46f1a3cb397e28fe7121b7 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Thu, 20 Dec 2012 02:07:24 +0000
Subject: [PATCH] Tweak the color of the second- and third-level menus

---
 i2p2www/static/styles/duck.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css
index 5ebe585ec..1230a230a 100644
--- a/i2p2www/static/styles/duck.css
+++ b/i2p2www/static/styles/duck.css
@@ -178,7 +178,7 @@ menu ul,
 }
 #cssmenu .has-sub ul li:hover a {
   /*background: #0c7fb0;*/
-  background: #8bac51;
+  background: #8bbc51;
 }
 #cssmenu .has-sub .has-sub:hover > ul {
   display: block;
@@ -192,7 +192,7 @@ menu ul,
 #cssmenu .has-sub .has-sub ul li a {
   /*background: #0c7fb0;
   border-bottom: 1px dotted #6db2d0;*/
-  background: #8bac51;
+  background: #8bbc51;
   border-bottom: 1px dotted #ffffcc;
 }
 #cssmenu .has-sub .has-sub ul li a:hover {
-- 
GitLab