From a67804746db8c62a8f516425994b5a02ef8266e0 Mon Sep 17 00:00:00 2001 From: Christian Fehmer Date: Mon, 23 Dec 2024 14:39:21 +0100 Subject: [PATCH] fix: crt not applied to typo hints (@fehmer) (#6103) --- frontend/static/funbox/crt.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/static/funbox/crt.css b/frontend/static/funbox/crt.css index 3829a8e95675..4225586e43ac 100644 --- a/frontend/static/funbox/crt.css +++ b/frontend/static/funbox/crt.css @@ -51,8 +51,8 @@ body.crtmode footer, body.crtmode #result, body.crtmode #popups, body.crtmode #notificationCenter, -body.crtmode .word.error, -body.crtmode .word .hints hint, +body.crtmode #words .word.error, +body.crtmode #words .word .hints hint, body.crtmode input, body.crtmode button, body.crtmode textarea,