Wikipedia × OLED Pro Deep Black theme

This theme is meant for OLED displays but it should work well for Extreme Dynamic Range (XDR) displays as well. Extremely simple and clean Wikipedia dark theme with minimal changes. It has an improved contrast over existing Wikipedia themes. No textured background. Does not modify the layout. Should work for all languages and localizations. Requests and fixes welcome in comments.

目前為 2024-10-21 提交的版本,檢視 最新版本

/* ==UserStyle==
@name         Wikipedia × OLED Pro Deep Black theme
@namespace    USO Archive
@author       GoodDay
@description  This theme is meant for OLED displays but it should work well for Extreme Dynamic Range (XDR) displays as well. Extremely simple and clean Wikipedia dark theme with minimal changes. It has an improved contrast over existing Wikipedia themes. No textured background. Does not modify the layout. Should work for all languages and localizations.  Requests and fixes welcome in comments.
@version      20240714.20.09
@license      NONE
@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):not(.mwe-math-fallback-image-inline) {
        filter: invert(1);
    }
    .mw-logo {
        filter: invert(100%);
    }
}