From 6332d82c064756eec1582278f1fb875580660e0e2231e41bf73284a17a7e28b8 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson <> Date: Sun, 27 Jul 2025 00:00:00 +0000 Subject: Add a dark gray background to website This makes it more visually clear where the content begins and ends. --- assets/static/css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'assets') diff --git a/assets/static/css/style.css b/assets/static/css/style.css index 81ea8bd..755e05f 100644 --- a/assets/static/css/style.css +++ b/assets/static/css/style.css @@ -17,6 +17,7 @@ */ html { + background-color: #181A1B; font-size: 62.5%; } -- cgit v1.2.3