diff options
author | Christian Fehmer <[email protected]> | 2024-12-23 14:39:21 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-23 14:39:21 +0100 |
commit | a67804746db8c62a8f516425994b5a02ef8266e0 (patch) | |
tree | 985c79762faf216ba23afd5e1cb9b8208801bf34 | |
parent | 0a9928c411295cee5f7dd054b37f8cccac8a07bc (diff) | |
download | monkeytype-a67804746db8c62a8f516425994b5a02ef8266e0.tar.gz monkeytype-a67804746db8c62a8f516425994b5a02ef8266e0.zip |
fix: crt not applied to typo hints (@fehmer) (#6103)
-rw-r--r-- | frontend/static/funbox/crt.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/static/funbox/crt.css b/frontend/static/funbox/crt.css index 3829a8e95..4225586e4 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, |