diff options
Diffstat (limited to 'extras/html/themes/outrun_memory/style.css')
| -rw-r--r-- | extras/html/themes/outrun_memory/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/html/themes/outrun_memory/style.css b/extras/html/themes/outrun_memory/style.css index 2292d2f..5cb458b 100644 --- a/extras/html/themes/outrun_memory/style.css +++ b/extras/html/themes/outrun_memory/style.css @@ -69,7 +69,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 75%, var(--color-bg) 100%); pointer-events: none; z-index: 2; } |
