Skip to content

Black theme for *Settings Page Only* by Nick2bad4u

Mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Wikipedia-OLED-SettingsPage.user.css

Screenshot of Black theme for *Settings Page Only*

Details

AuthorNick2bad4u

LicenseUnLicense

Categorygotoes.org

Created

Updated

Size686 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

[Setting Page Only]

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Black theme for *Settings Page Only*
@namespace    USO Archive
@author       GoodDay / Nick2bda4u (Updated)
@description  [Setting Page Only]
@version      20240714.20.14
@license      UnLicense
@homepageURL  https://github.com/Nick2bad4u/UserStyles
@supportURL   https://github.com/Nick2bad4u/UserStyles/issues
@preprocessor uso
==/UserStyle== */
@-moz-document regexp("https://..*wikipedia.org/wiki/Special:Preferences")
{
	:root {
		filter: invert(1);
		/*            background-color: black; */
	}
	img:not(
			.mwe-math-fallback-image-display,
			.mwe-math-fallback-image-inline
		) {
		filter: invert(1);
	}
	.mw-logo {
		filter: invert(100%);
	}
}

Reviews

No reviews yet.