From 4d2bd20345262a4b1bf7660e83c839034cf50e16 Mon Sep 17 00:00:00 2001 From: ebolam Date: Fri, 30 Sep 2022 17:00:29 -0400 Subject: [PATCH] Fix for tweak --- themes/tweaks/hide-max-length.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/tweaks/hide-max-length.css b/themes/tweaks/hide-max-length.css index 44917e8d..ddf0a8c9 100644 --- a/themes/tweaks/hide-max-length.css +++ b/themes/tweaks/hide-max-length.css @@ -1,5 +1,5 @@ .within_max_length, #story_prompt[story_prompt_in_ai="true"] { - color: inherit; - font-weight: inherit; -} \ No newline at end of file + color: inherit !important; + font-weight: inherit !important; +}