We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The extra light variant of Mulish is so thin, that it's difficult to read, especially in dark mode. Also, the font size should not be set to 14 px:
Therefore, something like 100% or 1em for the font size would be more appropriate.
With this definition:
.text-steel-500 { --tw-text-opacity: 1; color: rgba(5,148,203,var(--tw-text-opacity));
the contrast between the headings (class text-steel-500) and the background is too low at 3.41:1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The extra light variant of Mulish is so thin, that it's difficult to read, especially in dark mode. Also, the font size should not be set to 14 px:
Therefore, something like 100% or 1em for the font size would be more appropriate.
With this definition:
the contrast between the headings (class text-steel-500) and the background is too low at 3.41:1.
The text was updated successfully, but these errors were encountered: