From ed19ad1199a2a2e444057cdbf4c03ba95147d6f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Sun, 18 Aug 2013 18:43:03 +0200 Subject: [PATCH] sidebar highlights in gpodder.net green --- htdocs/media/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/media/screen.css b/htdocs/media/screen.css index 17c7ef3d..4797f656 100644 --- a/htdocs/media/screen.css +++ b/htdocs/media/screen.css @@ -509,7 +509,7 @@ div.first-episode div.episode div.header a .sidebar-nav { text-align: right; - border-right: thin solid #222; + border-right: thin solid #2ba09c; margin-right: 1em; } @@ -522,7 +522,7 @@ div.first-episode div.episode div.header a .nav-list > .active > a:hover, .nav-list > .active > a:focus { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); - background-color: #222; + background-color: #2ba09c; color: #eee; } -- 2.11.4.GIT