Update hide-max-length.css

This commit is contained in:
LightSaveUs
2022-10-01 04:43:07 +03:00
committed by GitHub
parent b3e6153a63
commit 1017acdc5b

View File

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