diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-08 14:33:38 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-08 14:33:38 +0200 |
| commit | 65e676bcb6fb9bfb172630907281f875adbdcb1e (patch) | |
| tree | 61d2d5082e04e505f8bf0e08550024c218df68f1 | |
| parent | 686376ab51fb83575750244359dfdb2c1deb4670 (diff) | |
Added missing }
| -rw-r--r-- | src/Style/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
