remove gradiant from bg

This commit is contained in:
MCHost
2025-07-06 21:42:12 -04:00
parent 7c9fccc683
commit 4fd52b75b8
2 changed files with 2 additions and 35 deletions

View File

@@ -15,7 +15,7 @@ html, body {
}
body {
background: linear-gradient(135deg, #0b0f2b, #1a2249);
background: #11152d;
background-size: 200% 200%;
animation: bgShift 15s ease infinite;
font-family: 'Roboto', 'Verdana', sans-serif;