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; +}