From 9a3d822720c116ea23e313da9e0e92fd9d35d1fd Mon Sep 17 00:00:00 2001 From: II-Paulus-II Date: Thu, 7 Mar 2024 22:37:20 +0000 Subject: [PATCH] slightly changed gradient --- src/styles/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/content.css b/src/styles/content.css index b00d321..d47a8ef 100644 --- a/src/styles/content.css +++ b/src/styles/content.css @@ -1,6 +1,6 @@ .contentContainer { display: flex; flex-direction: column; - background: linear-gradient(109.6deg, rgb(0, 0, 0) 11.2%, rgb(11, 132, 145) 91.1%); + background: linear-gradient(109.6deg, rgb(10, 20, 20) 11.2%, rgb(11, 132, 145) 91.1%); min-height: 100%; }