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;
+
+}
+