The classic OzBargain Dark Mode from before the February 2025 site changes. Includes customisation options.
OzBargain Dark Mode Classic by nategasm

Details
Authornategasm
LicenseMIT
Categoryozbargain.com.au
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Also available as a Userscript (without customisation options)
https://greasyfork.org/en/scripts/528536-ozbargain-dark-mode-classic
Source code
/* ==UserStyle==
@name OzBargain Dark Mode Classic
@version 0.1
@namespace wangasm
@author wangasm
@description The classic OzBargain Dark Mode from before the February 2025 site changes. Includes customisation options.
@license MIT
@var color page-bg "Main Background" #181818
@var color page-fg "Body Text" #c8c8c8
@var color shade3-bg "Header/Primary Shade" #b35a02
@var color shade1-bg "Secondary Shade" #cd6702
@var color menu-fg "Header Text" #000
@var color navmenu-bg "Nav Menu Background" #333
@var color link-fg "Links" #89e
@var color linkv-fg "Visited Links" #abf
@var color linki-fg "Internal Links" #cd6702
@var color titlehl-fg "$Dollar Highlight" #f63
@var color comment-op-bg "OP Comment Background" #333
@var color comment-user-bg "User Comment Background" #422
==/UserStyle== */
@-moz-document domain("ozbargain.com.au") {
:root {
/* main.css */
--border-clr: #484848;
--borderhl-clr: #666;
--comment-hl-bg: #124;
--footer-bg: #080808;
--footer-fg: #888;
--input-fg: #ddd;
--input-bg: #222226;
--input-border: #444;
--light-bg: #333338;
--light2-bg: #222226;
--link2-fg: #b0c0f0;
--meta-fg: #aaa;
--meta-emphasis-fg: #aaa;
--pageads-bg: #0000007f;
--tooltip-clr: #666;
/* live.css */
--live-ad-bg: #030;
--live-comp-bg: #331;
--live-forum-bg: #003;
/* style.css */
--menuhl-bg: #663300;
--shade2-bg: #f7a859;
--extra-birthday-bg: #7e5160;
}
a.internal {
color: var(--linki-fg);
}
}