This repository was archived by the owner on Aug 14, 2026. It is now read-only.
How can I customise the color for the text following "Search instead for" #1039
|
I'm using a self-hosted instance of Whoogle with Catppuccin colors. The text following "Search instead for" is a dark blue that is difficult to read against the background. Is it possible to style that text separately? None of the custom themes I looked at seemed to be doing that so I'm not sure if that's presently possible. |
Answered by
binitGajera
Jul 30, 2023
Replies: 1 comment
|
Changing the |
0 replies
Answer selected by
lokesh-krishna
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

#scc div:nth-child(2) a {color: red !important}}Changing the
color: redabove to whatever color you need should do the trick.