- Issue created by @Nitin shrivastava
- @nitin-shrivastava opened merge request.
- First commit to issue fork.
- Status changed to Needs review
about 1 year ago 4:41pm 10 November 2023 - 🇦🇷Argentina tguerineau
Hi,
While examining the issue, I observed that the content text is both larger and darker than the help text, which seems to provide clear visual distinction.
Attached is a screenshot showing this.But if the goal is to enhance this distinction further:
The current styling for the help text is:
ul.tips, .form-wrapper .description, .form-item .description { opacity: 0.8; /* other styles */ }
Considering accessibility guidelines and maintaining adequate color contrast, I propose reducing the opacity to 0.7. This change is subtle but could provide a clearer differentiation without compromising accessibility.
I have pushed a commit with this change for review.
Thanks!
- @tguerineau opened merge request.
- First commit to issue fork.
- Status changed to Fixed
about 1 year ago 2:19pm 14 November 2023 - 🇺🇦Ukraine paulrad
Nice improvement.
Thanks, @tguerineau, @Nitin shrivastava!