Skip to content
New issue

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

Problem: the text color is too bright #54

Open
robinbb opened this issue Oct 11, 2023 · 1 comment
Open

Problem: the text color is too bright #54

robinbb opened this issue Oct 11, 2023 · 1 comment
Assignees

Comments

@robinbb
Copy link
Member

robinbb commented Oct 11, 2023

This makes it difficult to make, say, links, appear brighter than normal text. Also, subjectively, it hurts my eyes to try to read the white text.

@robinbb robinbb assigned robinbb and unassigned jstavh Oct 20, 2023
@jhult
Copy link
Member

jhult commented Jan 23, 2024

If you wanted to change the text color (from white) you might try something like:

image

https://tailwindcss.com/docs/text-color

Before using white:

Screenshot 2024-01-23 at 3 26 49 PM

After (using rgb(156,163,175)):

image

Peronsally, I'm torn on whether this is more readable or not.

An alternative, would be to change the link color from rgb(237, 161, 58) to something like:

Screenshot 2024-01-23 at 3 50 50 PM image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants