From 65e676bcb6fb9bfb172630907281f875adbdcb1e Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 14:33:38 +0200 Subject: Added missing } --- src/Style/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Style/style.css b/src/Style/style.css index 683f6bf..f136636 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -34,6 +34,7 @@ body::-webkit-scrollbar { html { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ +} body { background: radial-gradient(ellipse at bottom, #1a0f2e 0%, #090012 60%, #050008 100%); color: #e0d6ff; -- cgit v1.2.3