/* ==UserStyle== @name OG-LESbian @namespace github.com/Rafal-Hacus/OG-LESbian @version 1.0.1 @description Rolls LowEndSpirit v2 back toward its pre-v2 look: no karma glow, no T-rex bar, no image badges, plain usernames, a single Thanks, a quiet light/dark toggle, and the OG sidebar. @author Rafal Hacus @license WTFPL @homepageURL https://github.com/Rafal-Hacus/OG-LESbian @supportURL https://github.com/Rafal-Hacus/OG-LESbian/issues @updateURL https://raw.githubusercontent.com/Rafal-Hacus/OG-LESbian/main/og-lesbian.user.css @preprocessor default ==/UserStyle== */ @-moz-document domain("lowendspirit.com") { /* ------------------------------------------------------------ Why this file is mostly display:none The archived Sept-2025 LES and today's LES load the SAME keystone theme and the SAME custom_default.css v1.0.2 — verified identical, 1451 of 1451 rules. Everything that changed since is a plugin layered on top. So "OG" is subtraction, not restyling. Almost no colours are declared below; where one is, it's a value lifted from the theme's own stylesheets rather than invented. ------------------------------------------------------------ */ /* ============================================================ 0. THEME-AWARE META COLOUR The theme sets comment usernames and .Meta links to rgb(105,110,117); dark.css then overrides to rgb(250,250,250). One token, so nothing below has to hardcode light or dark and the new toggle keeps working in both directions. ============================================================ */ :root { --og-meta-fg: rgb(105, 110, 117); } html.les-karma-dark { --og-meta-fg: rgb(250, 250, 250); } @media (prefers-color-scheme: dark) { html:not(.les-karma-explicit-light) { --og-meta-fg: rgb(250, 250, 250); } } /* ============================================================ LAYOUT WIDTHS Only ONE geometry value actually changed between OG and v2. LES serves a small admin custom-CSS