summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-22 23:13:05 +0300
committerPaul Buetow <paul@buetow.org>2025-06-22 23:13:05 +0300
commit8b07fd3af99c4272a9683eda09ae3d4d8c8a46a7 (patch)
treecf04ce261eb7d5e8990bc05cbb8e7fcdb2a2177c
parent388366f4d43624ac08f5fa3a3be92872de5a5b5e (diff)
fix
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index b705ffb2..b6baca7c 100644
--- a/style.css
+++ b/style.css
@@ -59,7 +59,7 @@ body::before {
left: 0;
right: 0;
bottom: 0;
- background: radial-gradient(ellipse at center, transparent 0%, var(--color-bg) 125%);
+ background: radial-gradient(ellipse at center, transparent 50%, var(--color-bg) 100%);
pointer-events: none;
z-index: 2;
}