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
There are a number of hardcoded colors in search.css. There is a desire to make them variables to enable new types of styling and dark mode.
Am going to attempt to fork, and provide a suggested set of tweaks.
PR: #571
The text was updated successfully, but these errors were encountered:
Specifically:
:host > div code { color: rgb(51, 51, 51) }
:host div.content > div.footer { color: rgb(64, 64, 64) }
:host > div .results .hit .content { rgba(0, 0, 0, 0.54) }
and judging by the severity of these issues, probably more.
All this makes code tags and footer text invisible in dark mode.
code
Sorry, something went wrong.
No branches or pull requests
There are a number of hardcoded colors in search.css. There is a desire to make them variables to enable new types of styling and dark mode.
Am going to attempt to fork, and provide a suggested set of tweaks.
PR: #571
The text was updated successfully, but these errors were encountered: