From 1869c164cf6c8c1a027d0d38fd19ca2b41b74037 Mon Sep 17 00:00:00 2001 From: vista-man <524715@vistacollege.nl> Date: Sat, 25 Jan 2025 21:41:41 +0100 Subject: [PATCH] refine background gradient in style.css for enhanced visual consistency --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index f48229d..35770cc 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ body { font-family: sans-serif; margin: 20px; background-color: #f0f0f0; - background-image: linear-gradient(to bottom right, #f0f0f0, #e0e0e0, #c6c6c6, #8a09e0, #9909e0, #a809e0, #b709e0, #c709e0, #d609e0, #e509e0, #f409e0, #ff09e0); + background-image: linear-gradient(to bottom right,#8a09e0, #9909e0, #a809e0, #b709e0, #c709e0, #d609e0, #e509e0, #f409e0, #ff09e0); } .container {