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

Tabs in the settings window are unreadable in light theme #148

Open
eritbh opened this issue Jul 26, 2023 · 0 comments
Open

Tabs in the settings window are unreadable in light theme #148

eritbh opened this issue Jul 26, 2023 · 0 comments

Comments

@eritbh
Copy link

eritbh commented Jul 26, 2023

Related to #92

image

A quick CSS fix, tested in the inspector, though this does also make the inactive tab text a bit dimmer in dark mode:

header > div {
  color: var(--text-muted);
}
header > div.active {
  color: inherit;
}

image
image

It doesn't look like the content of this window is actually in this repo, since it's pulled in from an external page I couldn't track down a repo for, so I can't submit a PR to fix this - hopefully this is something that can be patched easily on your end.

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

1 participant