From edf0904836b7ceffb29d4f96032360c94354fd6a Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 10 Nov 2020 13:53:54 +0000 Subject: [PATCH] fixed tts box caret showing words #566 --- static/funbox/simon_says.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/funbox/simon_says.css b/static/funbox/simon_says.css index 7a19a3b22..1e6b73267 100644 --- a/static/funbox/simon_says.css +++ b/static/funbox/simon_says.css @@ -3,5 +3,5 @@ } */ #words .word { - color: var(--bg-color) !important; + color: transparent !important; }