In November 2021 the Steve Jackson Forums changed to use lighter yellows than before.
This CSS restores the darker color scheme used before then.
Authorparody
LicenseCC BY-SA 4.0
Categorysjgames
Created
Updated
Size1.1 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
In November 2021 the Steve Jackson Forums changed to use lighter yellows than before.
This CSS restores the darker color scheme used before then.
/* ==UserStyle==
@name Restore Darker Colors on the SJG Forums
@namespace forums.sjgames.com
@version 1.0.0
@description This CSS restores the darker color scheme used before then.
@author Michael Miller (parody@esglabs.com)
==/UserStyle== */
@-moz-document domain("forums.sjgames.com") {
/*
Restore Darker Colors on the SJG Forums
created by Michael Miller
(parody@esglabs.com)
Version 1.0.0
/*
/*
In November 2021 the Steve Jackson Forums changed to use lighter yellows than before.
This CSS restores the darker color scheme used before then.
*/
/* Table rows. (Threads and posts.) */
.alt1, .alt1Active {
/* background: #ffedae; */
background: #E8C54A !important;
/* color: #000000; */
}
.alt2, .alt2Active {
/* background: #fff3c9; */
background: #ffdd66 !important;
/* color: #000000; */
}
/* Post editor. */
.panel {
/* background: #ffffcc; */
background: #ffff99 !important;
/* color: #000000; */
/* padding: 10px; */
/* border: 2px outset; */
}
}