From 1017acdc5bc10f3c44b9d02ab57ffe63ea2acbdf Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Sat, 1 Oct 2022 04:43:07 +0300 Subject: [PATCH] Update hide-max-length.css --- themes/tweaks/hide-max-length.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tweaks/hide-max-length.css b/themes/tweaks/hide-max-length.css index ddf0a8c9..248773ce 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 !important; - font-weight: inherit !important; + color: inherit; + font-weight: inherit; }