From a0df1523aec0a5727347cd2297c9a4f4f27f27f4 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 26 Oct 2020 22:27:10 +0000 Subject: [PATCH] switching read ahead to transparent instead of bg color --- public/funbox/read_ahead.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/funbox/read_ahead.css b/public/funbox/read_ahead.css index a049ec63e..62fd1a516 100644 --- a/public/funbox/read_ahead.css +++ b/public/funbox/read_ahead.css @@ -1,4 +1,4 @@ #words .word.active:nth-of-type(n + 2), #words .word.active:nth-of-type(n + 2) + .word { - color: var(--bg-color); + color: transparent; }