Partially inverted website, with added black backgrounds, it was way too shiny before...
Let's support WWF the dark way!
Authorfrollo
LicenseNo License
Categorypandasearch
Created
Updated
Size998 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Partially inverted website, with added black backgrounds, it was way too shiny before...
Let's support WWF the dark way!
/* ==UserStyle==
@name panda-search.org Darker
@version 20220414.21.21
@namespace userstyles.world/user/frollo
@description Partially inverted website, with added black backgrounds, it was way too shiny before...
Let's support WWF the dark way!
@author frollo
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://panda-search.org/en/") {
/* Homepage */
.fullheight {
filter: invert(1);
}
/*
.btn--ghost span {
color: white;
}
.margin-bottom--small {
color: white;
}
*/
.btn--browser img {
filter: invert(1);
}
input[type="text"] {
background: gray;
}
.section {
background: gray;
}
.grey-end {
background: black;
}
.grey-end .logo-big {
filter: invert(1);
}
/* Search */
body.results .site-header {
filter: invert(1);
}
.main {
background-color: black;
}
.web-bing {
background: black;
}
.overlay-bottom {
filter: invert(1);
}
.mainline-web-results {
background-color: black;
}
.wiki {
filter: invert(1);
}
}