diff --git a/styles/global.css b/styles/global.css index 08f90ba..425a3da 100644 --- a/styles/global.css +++ b/styles/global.css @@ -4,7 +4,7 @@ body { margin: 0; padding: 0; background-color: #161c21; - background: radial-gradient(#161c21, #1b2329); + background: radial-gradient(#1b2329, #161c21); color: aliceblue; }