From 526c3a082fcfb0c8829af55606ca21c2472c3c71 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 30 May 2018 09:53:56 -0400 Subject: [PATCH] Log area has a bit of a tint now --- style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e7ffdba..221f4b2 100644 --- a/style.css +++ b/style.css @@ -70,14 +70,22 @@ body.light #log { height: 900px; overflow: auto; color: #000; - background-color: #fff; + background-color: #e7e7e7; +} + +body.light #log div { + background-color: #e7e7e7; } body.dark #log { height: 900px; overflow: auto; color: #eee; - background-color: #111; + background-color: #151515; +} + +body.dark #log div { + background-color: #151515; } .stat-header-self {