High contrast B&W theme. Darker than the default dark mode, useful for OLED screens
Wikipedia OLED/High Contrast by DuckSleazzy
Details
AuthorDuckSleazzy
LicenseNo License
Categoryhttps://en.wikipedia.org/wiki
Created
Updated
Size650 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
buh??
Source code
/* ==UserStyle==
@name Wikipedia OLED/High Contrast
@version 20250128.15.15
@namespace https://userstyles.world/user/DuckSleazzy
@description High contrast B&W theme. Darker than the default dark mode, useful for OLED screens
@author DuckSleazzy
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://en.wikipedia.org/wiki") {
@media screen {
html.skin-theme-clientpref-night {
--color-inverted: #000;
--background-color-base: #000;
--border-color-inverted: #000;
--background-color-neutral-subtle: #000;
--background-color-interactive-subtle: #000;
}
}
}