From 488cdcd780b62ea231c271c2ad97072de03f4379 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 16 Jan 2018 13:08:58 +0100 Subject: [PATCH] fix: Improve contrast on audio button label --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 8c1eb2a..db6ab28 100644 --- a/css/style.css +++ b/css/style.css @@ -252,7 +252,7 @@ footer a:hover { .mp3 { background-color:#cecece; border-radius:6px; - color:#696969; + color:#3f3f3f; height:26px; margin-top:12px; position:relative;