From bd87a53872f0e6ef48825fcfd66d25ef8093aa56 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Thu, 7 Mar 2024 12:42:47 +0100 Subject: [PATCH] remove debug color --- bin/em/variabletime/web/css/theatre.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/em/variabletime/web/css/theatre.css b/bin/em/variabletime/web/css/theatre.css index 94ecc63..411b55c 100644 --- a/bin/em/variabletime/web/css/theatre.css +++ b/bin/em/variabletime/web/css/theatre.css @@ -231,7 +231,7 @@ input[type=button].audio_recordButton { .audioOptions input[type="radio"] { appearance: none; - background-color: #f00; + background-color: #fff; margin: 0; font: inherit; color: black;