userstyles
userstyles copied to clipboard
Missing Colors in Google Mobile Version
Is there an existing issue outlining your problem?
- [X] I have searched the existing issues and they do not solve my problem.
What userstyles are you seeing the problem on?
lbl:google
Describe your problem.
Google userstyle is not fully completed for the mobile version of Google, a lot of elements have the default color.
Attach screenshots.
What browser(s) are you seeing the problem on?
Kiwi Browser 120.0.X
Any additional comments?
No response
And on desktop, here is a few with fixes for each
Search Header
.rfiSsc {
padding-top: revert;
background: revert;
}
Some search results
g-inner-card {
background-color:revert;
}
Pinned Search form (when you scroll down)
#searchform {
background: /*idk what color would be good for this */
}
X more images
/* copied from "More results" button */
.ZFiwCf{
background: #313244;
}
.Bi9oQd {
background-color: #585b70;
}
All filters
/* this is existing userstyle code just with !important added*/
body .fKmH1e:hover {
background-color: #313244 !important;
border-color: #45475a;
}
Same issue here, could someone please release an update to the repository?
I'm just a bit busy recently, I'll try to update it soon
Are you still seeing these issues @LBO44 @BredMan0?
Yes.