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