From adb312bc58039283e1c9487d939f8d876902f5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 27 Nov 2015 18:41:30 +0100 Subject: [PATCH] controls color --- 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 643a729c..3ce09fc6 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -1019,7 +1019,7 @@ nav ul li:hover, nav ul li.active { #controls{ opacity: 1; - background-color: rgba(255, 255, 255, 0.3); + background-color: rgb(70, 70, 70); } #bar{