From 868bbece873d96b98e93bd2872bcb02f19123d64 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 29 Jan 2022 19:35:03 +0100 Subject: [PATCH] removed small error letters --- static/themes/modern_ink.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/themes/modern_ink.css b/static/themes/modern_ink.css index f8ba79b2d..23bab1785 100644 --- a/static/themes/modern_ink.css +++ b/static/themes/modern_ink.css @@ -18,13 +18,14 @@ color: #ff0000; } -.word letter.incorrect { +/* kinda confusing to type with this */ +/* .word letter.incorrect { -webkit-transform: scale(0.5) translate(-100%, -100%); } .word letter.incorrect.extra { -webkit-transform: scale(0.5); -} +} */ .word.error { border-bottom: solid 2px #ff0000;