From 54ea112339b4afbc4c70ef1372d2f5574fc2156a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Jun 2025 23:20:34 +0300 Subject: Fix CRT theme readability and adjust retro glow effects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed CRT overlay opacity from 40% to 15% for better readability - Brightened 10 dark CRT themes with lighter backgrounds and text colors - Updated retro glow effect transparency from 0%-125% to 75%-100% for subtler vignette - Improved readability for themes with black/dark backgrounds 🤖 Generated with Claude Code Co-Authored-By: Claude --- extras/html/themes/binary_terminal/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/html/themes/binary_terminal/style.css') diff --git a/extras/html/themes/binary_terminal/style.css b/extras/html/themes/binary_terminal/style.css index 268062e..648ed60 100644 --- a/extras/html/themes/binary_terminal/style.css +++ b/extras/html/themes/binary_terminal/style.css @@ -85,7 +85,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; } -- cgit v1.2.3