From a65ae66e03e4645e5019d6cc6c40cb66b116436d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 14 Oct 2017 13:22:28 +0200 Subject: [PATCH] Fixed coloring of volume-slider on mobile --- server/public/assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index d401d337..517e9f61 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -2538,7 +2538,7 @@ nav ul li:hover, nav ul li.active { flex-direction: column; justify-content: center; align-items: center; - background: #464646; + background: #1c1c1c; } .volume-container-cast {