diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-22 23:14:31 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-22 23:14:31 +0300 |
| commit | 02d3b3642d426e801903b630b8cb5179095a9c19 (patch) | |
| tree | 2cdc119b81dbdbc84e6f12d744b064029eb8a4af | |
| parent | 8b07fd3af99c4272a9683eda09ae3d4d8c8a46a7 (diff) | |
fix
| -rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
