mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #492] [BUG] A sneaky way to bring some colour into my life. Logo colours almost inexpugnable #319
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#319
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gripped on GitHub (Oct 26, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/492
Describe the bug
Since commit
91002ec6bethe logo has become a kaleidoscopic, multi coloured swap shop (you need to be British and old to get the ref.) of dazzle that cannot be easily themed.To Reproduce
Set a logo colour via Custom CSS. Apply and fail to see and change.
Deployment Method
Manual
Version of Whoogle Search
Latest build from [source] (i.e. GitHub, Docker Hub, pip, etc)
Additional context
I can work around it by overriding each letter in the custom css eg.
#whoogle-w {
fill: #888888 !important;
}
and so on but I'm not sure this was your intention ?
I noticed three days ago (my instance updates every night) but only just got round to taking a look.
All this colour has been making me smile occasionally and we can't be having that :-)
As always thanks for all the hard work.
@benbusby commented on GitHub (Oct 27, 2021):
Hey @gripped, good to hear from you! Hope you've been well.
I had a suspicion that the referenced commit would get your attention, although I didn't realize the the new logo colors would persist even if the CSS for them was removed. My mistake. I'll look into a fix soon.
@benbusby commented on GitHub (Oct 27, 2021):
Should be fixed on
mainnow. Apologies for forcing this reprehensible array of colors on you, but I got a good laugh from the issue title!@gripped commented on GitHub (Oct 27, 2021):
Thanks, Yeah I'm well, hope you are too.
To be honest it grew on me over the three days. I may end up defaulting to it ? I just guessed it hadn't been your intention to semi hard code the logo colours, so thought I'd be a dutiful user and let you know.