How can I customise the color for the text following "Search instead for" #1039
Answered
by
binitGajera
lokesh-krishna
asked this question in
Q&A
-
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. |
Beta Was this translation helpful? Give feedback.
Answered by
binitGajera
Jul 30, 2023
Replies: 1 comment
-
Changing the |
Beta Was this translation helpful? Give feedback.
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: red
above to whatever color you need should do the trick.