From 82f34f4b2c88e10158aa787bf9cb89a973acb6ad Mon Sep 17 00:00:00 2001 From: blank X Date: Tue, 29 Jan 2019 02:43:02 +0700 Subject: [PATCH] Added a chance for RED --- public/403.html | 10 +++++++++- public/index.css | 5 +++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/public/403.html b/public/403.html index f00fa37..89d91b4 100644 --- a/public/403.html +++ b/public/403.html @@ -11,7 +11,7 @@

Thanks to amolith for Dr. Smith.

diff --git a/public/index.css b/public/index.css index 9e91928..2c3e0c8 100644 --- a/public/index.css +++ b/public/index.css @@ -21,12 +21,13 @@ h1.transred { meta.colon_p { color: rgba(255,255,255,0.5); } -body.jack { +body.jack, body.kazoo, body.403 { background-color: red; +} +body.jack { background-image: url('pics/jack.png'); } body.kazoo { - background-color: red; background-image: url('pics/kazoo.png'); } p, a, h1, h2, li {