From 3495240813e4f9d82157f5a281f45173f199c1ec Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 2 Sep 2023 14:11:02 +0100 Subject: [PATCH] Improve background colour contrast --- inf.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inf.css b/inf.css index c28927b..2c88ab5 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ -/* Version: 10.3.0.44 */ +/* Version: 10.3.0.45 */ /* Body */ @@ -14,7 +14,7 @@ body { font-family: Roboto, sans-serif; font-size: 20px; line-height: 130%; - background-color: #262626; + background-color: #121212; }