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