From dbca56d6418432967491802ffb7def74b26112a5 Mon Sep 17 00:00:00 2001 From: Triston Date: Sun, 21 Jul 2024 23:54:30 -0500 Subject: [PATCH] add background gradients --- about.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }