commit 99a1be1e6c1d9a0cecb90083e694eb29a976e97c
parent c06b8cbde765589e0dbc04ab8c1f42dfe6361655
Author: Hunter
Date:   Sun,  2 Nov 2025 18:43:19 -0500

make shadow-overlay use background color

Diffstat:
Mstyles.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/styles.css b/styles.css @@ -251,9 +251,9 @@ body { height: 14px; background: linear-gradient( to bottom, - rgba(0, 0, 0, 0.8) 0%, - rgba(0, 0, 0, 0.5) 40%, - rgba(0, 0, 0, 0.2) 70%, + var(--background) 0%, + rgba(8, 10, 12, 0.5) 40%, + rgba(8, 10, 12, 0.2) 70%, transparent 100% ); pointer-events: none;