From ad6390b6778d3077f1f44f9569bd0fab70769aa6 Mon Sep 17 00:00:00 2001 From: somebody Date: Tue, 20 Sep 2022 16:59:42 -0500 Subject: [PATCH] Fix highlighting again --- themes/tweaks/hide-max-length.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/tweaks/hide-max-length.css b/themes/tweaks/hide-max-length.css index 1c04d9bd..44917e8d 100644 --- a/themes/tweaks/hide-max-length.css +++ b/themes/tweaks/hide-max-length.css @@ -1,4 +1,5 @@ -.within_max_length { +.within_max_length, +#story_prompt[story_prompt_in_ai="true"] { color: inherit; font-weight: inherit; } \ No newline at end of file