Skip to content

panda-search.org Darker by frollo

Screenshot of panda-search.org Darker

Details

Authorfrollo

LicenseNo License

Categorypandasearch

Created

Updated

Size998 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Partially inverted website, with added black backgrounds, it was way too shiny before...

Let's support WWF the dark way!

Notes

Userstyle doesn't have notes.

Source code

/* ==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);
}
}

Reviews

No reviews yet.