From 7fa4201cfdfa196722b84725b145eb8dc4895a12 Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Fri, 8 Mar 2024 01:47:51 -0500 Subject: [PATCH] dark and color background change only --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index fcc416f..4d6ae64 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,10 +14,11 @@ :root { --dark-background: #11111f; --sidebar-background: #11111f; + --content-max-width: 80em; } .cover-main img { - width: 260px; + width: 290px; margin-bottom: -40px; }