From 751d6bf960592ce7587674cdf4554434ed31639f Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Fri, 8 Mar 2024 02:02:14 -0500 Subject: [PATCH] dark and color background change only --- docs/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.html b/docs/index.html index 83e4d35..80194ef 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,6 +15,7 @@ --dark-background: #11111f; --sidebar-background: #11111f; --content-max-width: 80em; + --cover-background-image: radial-gradient(ellipse at center bottom, hsl(201deg 69.76% 12.89%), transparent); } .cover-main img { @@ -31,6 +32,11 @@ body { background-color: var(--dark-background) !important; } +body::before { + background-color: var(--dark-background) !important; + +} +