diff --git a/about.html b/about.html
index 8d491be..2940098 100644
--- a/about.html
+++ b/about.html
@@ -40,7 +40,7 @@
}
.gradient {
- background: radial-gradient(circle at top right, #333 0%, #000 50%);
+ background: radial-gradient(circle at top right, #33333399 0%, #00000000 30%), radial-gradient(circle at top left, #33333399 0%, #00000000 30%), radial-gradient(circle at bottom, #2b2200 0%, #000 30%);
background-repeat: no-repeat;
}
diff --git a/index.html b/index.html
index bf49505..6ee78a1 100644
--- a/index.html
+++ b/index.html
@@ -33,7 +33,7 @@
}
.gradient {
- background: radial-gradient(circle at top right, #333 0%, #000 50%);
+ background: radial-gradient(circle at top right, #33333399 0%, #00000000 30%), radial-gradient(circle at top left, #33333399 0%, #00000000 30%), radial-gradient(circle at bottom, #2b2200 0%, #000 30%);
background-repeat: no-repeat;
}