Merge pull request #142 from one-some/ui2-fix-highlight

Fix highlight tweak
This commit is contained in:
ebolam
2022-09-20 07:02:16 -04:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
.within_max_length {
color: inherit !important;
font-weight: inherit !important;
color: inherit;
font-weight: inherit;
}