From 576b243961c266b91c4beb3d8667c1894f7b31b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 10 Feb 2016 16:02:42 +0100 Subject: [PATCH] Changed color of durationbar to the same s headercolor --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index b602d0b8..17ca4639 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -1208,7 +1208,7 @@ nav ul li:hover, nav ul li.active { #bar { height:100%; - background-color:rgba(0,0,0,0.5); + background-color:rgba(0,0,0,0.3); }