-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
DuckDuckGo dark theme is unreadable #24
Comments
I suspect the tailwind doesn't recognize theme change, but upon trying to fiddle with the code, I ran to an issue with the build script. Do you know how to resolve this @EINDEX ?
|
Sorry those days were busy with work, you have to set env var before build. export VERSION=v0.0.0 |
Signed-off-by: EINDEX <snowstarlbk@gmail.com>
I force the font color for dark and light modes, which will suit for system's default theme. Will keep this open until copilot can support theme by sites. |
Yeah, it doesn't update based on the site. But turns out the problem is actually from the body style, other search sites update the body {color} when changing the theme and the extension inherit it, but it is not the case for duckduckgo |
This reverts commit bab916c. Signed-off-by: EINDEX <snowstarlbk@gmail.com>
@howarddo2208 your solutions are awesome, thanks. |
Describe the bug
When using the DuckDuckGo dark theme some parts of the copilot sidebar are unreadable.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The colors should have a better contrast in the dark theme.
Screenshots
If applicable, add screenshots to help explain your problem.
Default white theme
Switch to dark theme
Dark theme
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: