From 7ca942b38e50c216cf7d1adce732d06af3b2a9a8 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Thu, 25 Jan 2024 20:52:43 +0100 Subject: [PATCH] just seeing if it looks good --- styles/global.css | 1 + 1 file changed, 1 insertion(+) 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; }