From 02d3b3642d426e801903b630b8cb5179095a9c19 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Jun 2025 23:14:31 +0300 Subject: fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b6baca7c..8af6f880 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 50%, var(--color-bg) 100%); + background: radial-gradient(ellipse at center, transparent 75%, var(--color-bg) 100%); pointer-events: none; z-index: 2; } -- cgit v1.2.3