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

Too bright background colors #45

Open
geirawsm opened this issue Dec 9, 2024 · 0 comments
Open

Too bright background colors #45

geirawsm opened this issue Dec 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@geirawsm
Copy link

geirawsm commented Dec 9, 2024

Noticed these bugs in the theme that makes light green on too bright background, which is not readable.

image

This is because of this css:

.colorHeaderPrimary_d1aa77
color: var(--header-primary);

image

This is the css making that specific bar white:

.categoryHeader_fe2299
background-color: var(--autocomplete-bg);

This is my suggestion for changes:

  .categoryHeader_fe2299 {
    background: background: var(--rbg-text);
    //color: var(--background);
    color: var(--rgb-highligh);
  }
  .colorHeaderPrimary_d1aa77 {
    background: var(--bg-brand);
    color: var(--background);
  }

image

@B4T3S B4T3S added the bug Something isn't working label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants