mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-05-13 11:02:20 -04:00
0b9600b564
Squashed commit of the following: commit37e22d2945Author: Ben Busby <benbusby@protonmail.com> Date: Mon Apr 5 10:27:05 2021 -0400 Pass user config to logo template commit2406fee05cAuthor: Ben Busby <benbusby@protonmail.com> Date: Mon Apr 5 10:24:54 2021 -0400 Fix incorrect contrast text in dark theme commit91dd677e22Author: Ben Busby <benbusby@protonmail.com> Date: Fri Apr 2 17:21:38 2021 -0400 Remove inline onclicks, fix svg sizing commit91bbf9c0faMerge:72637dfb1227bdAuthor: Ben Busby <benbusby@protonmail.com> Date: Fri Apr 2 15:35:37 2021 -0400 Merge remote-tracking branch 'origin/develop' into custom-css-tweaks commit72637df213Author: Ben Busby <benbusby@protonmail.com> Date: Fri Apr 2 11:38:38 2021 -0400 Use svg logo w/ custom styling on results pages commit666a7ceac4Author: Ben Busby <benbusby@protonmail.com> Date: Fri Apr 2 11:10:37 2021 -0400 Split whoogle-accent into whoogle-element-bg and whoogle-logo See discussion on #247
18 lines
166 B
CSS
18 lines
166 B
CSS
.cls-1 {
|
|
fill: transparent;
|
|
}
|
|
|
|
svg {
|
|
height: inherit;
|
|
}
|
|
|
|
a {
|
|
height: inherit;
|
|
}
|
|
|
|
@media (max-width: 1000px) {
|
|
svg {
|
|
margin-top: .7em;
|
|
}
|
|
}
|