Skip to content

Instantly share code, notes, and snippets.

@keb
Last active July 9, 2022 21:33
Show Gist options
  • Save keb/f9ed9ef091f2f7d531629d18fa39883c to your computer and use it in GitHub Desktop.
Save keb/f9ed9ef091f2f7d531629d18fa39883c to your computer and use it in GitHub Desktop.
whoogle styles css
:root {
--main-bg: #1c1c1c;
--whoogle-dark-result-title: #a6a6f5;
--result-bg: #111111;
}
/* for 0.6.0 */
/* .wEsjbd,
.Gx5Zad:not(.fP1Qef) {
background-color: var(--whoogle-dark-result-bg) !important;
box-shadow: 0 0 0 0 transparent !important;
} */
.logo-div, p.footer {
display: none !important;
}
.logo-link, .logo-letter {
display: none !important;
}
html, body {
background-color: var(--main-bg) !important;
}
body {
font-family: PT Sans, Droid Sans, sans-serif !important;
max-width: 700px !important;
margin: 0 auto 0 150px !important;
padding: 10px 0 !important;
}
div {
font-family: inherit !important;
}
#st-card {
justify-content: flex-end !important;
}
#st-card, .ZINbbc, .KP7LCb, .sa1toc {
box-shadow: 0 0 0 0 !important;
border-width: 0px !important;
}
div:focus-within,
.BVG0Nb {
box-shadow: 0 0 0 0 !important;
}
a:hover {
text-decoration: none !important;
}
a {
color: var(--whoogle-dark-result-title) !important;
}
a:hover h3 div {
text-decoration: underline !important;
}
.yNFsl a:hover {
text-decoration: underline !important;
}
.BNeawe a:hover {
text-decoration: underline !important;
}
#main > div > .ZINbbc.luh4tb {
margin-bottom: 22px !important;
}
.s3v9rd {
font-size: 15px !important;
line-height: 23px !important;
}
/* 0.7.4 */
.vvjwJb {
font-size: 20px !important;
}
.ZINbbc {
background-color: var(--main-bg) !important;
}
.xpd:not(.luh4td),
.idg8be .BVG0Nb {
background-color: var(--result-bg) !important;
}
#st-card,
#search-bar,
.desktop-header,
.mobile-header,
.sa1toc {
background-color: var(--result-bg) !important;
}
#search-bar {
border-bottom: 0 !important;
}
.header-tab {
font-size: 12px !important;
line-height: 37px !important;
color: #70757a !important;
}
a:link div,
li a {
color: #eceff4 !important;
}
#EOlPnc {
display: none !important;
}
div {
color: #dddddd !important;
}
h3 b,
.UPmit b {
font-weight: 400 !important;
}
@media (max-width: 600px) {
body {
max-width: 100% !important;
min-width: 100% !important;
margin: 0 !important;
padding: 16px 0px !important;
}
.sc {
background-color: transparent !important;
}
.header-tab-div-2 {
border-top: 0 !important;
}
#search-bar {
height: 40px !important;
font-size: 18px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment