summaryrefslogtreecommitdiff
path: root/extras/html/themes/phosphor_stream/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-22 23:20:34 +0300
committerPaul Buetow <paul@buetow.org>2025-06-22 23:20:34 +0300
commit54ea112339b4afbc4c70ef1372d2f5574fc2156a (patch)
treeb5b1d83ef712ee3f5ccb585f8b2d6e7c4494f0dc /extras/html/themes/phosphor_stream/style.css
parent9e985948f171eb58b3c38b4059efb1c436c9a842 (diff)
Fix CRT theme readability and adjust retro glow effectsexperimental
- 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 <noreply@anthropic.com>
Diffstat (limited to 'extras/html/themes/phosphor_stream/style.css')
-rw-r--r--extras/html/themes/phosphor_stream/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/html/themes/phosphor_stream/style.css b/extras/html/themes/phosphor_stream/style.css
index c79865d..3ef4978 100644
--- a/extras/html/themes/phosphor_stream/style.css
+++ b/extras/html/themes/phosphor_stream/style.css
@@ -70,7 +70,7 @@ html::after {
left: -5%;
right: -5%;
bottom: -5%;
- background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
+ background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
pointer-events: none;
z-index: 10000;
}
@@ -104,7 +104,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;
}