[Setting Page Only]
Black theme for *Settings Page Only* by Nick2bad4u
Mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Wikipedia-OLED-SettingsPage.user.css
Details
AuthorNick2bad4u
LicenseUnlicense
Categoryhttps://..*wikipedia.org/wiki/Special:Preferences
Created
Updated
Size686 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This is changed to only work on settings pages.
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%);
}
}