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
Adding the ChatGPT theme for when you want to search something before 2022 ;)
:root { /* LIGHT THEME COLORS */ --whoogle-logo: #10a37f; --whoogle-page-bg: #ffffff; --whoogle-element-bg: #f0f0f0; --whoogle-text: #0d0d0d; --whoogle-contrast-text: #10a37f; --whoogle-secondary-text: #666666; --whoogle-result-bg: #f0f0f0; --whoogle-result-title: #10a37f; --whoogle-result-url: #10a37f; --whoogle-result-visited: #1a7f64; /* DARK THEME COLORS */ --whoogle-dark-logo: #10a37f; --whoogle-dark-page-bg: #171717; --whoogle-dark-element-bg: #2f2f2f; --whoogle-dark-text: #ffffff; --whoogle-dark-contrast-text: #10a37f; --whoogle-dark-secondary-text: #f0f0f0; --whoogle-dark-result-bg: #2f2f2f; --whoogle-dark-result-title: #10a37f; --whoogle-dark-result-url: #10a37f; --whoogle-dark-result-visited: #1a7f64; } #whoogle-w,#whoogle-h,#whoogle-o-1,#whoogle-o-2,#whoogle-g,#whoogle-l,#whoogle-e { fill: #10a37f; }```
The text was updated successfully, but these errors were encountered:
Added -- thanks!
Sorry, something went wrong.
benbusby
No branches or pull requests
Adding the ChatGPT theme for when you want to search something before 2022 ;)
The text was updated successfully, but these errors were encountered: