From 43e314176ba365b77b4156fc9fae86cba647c427 Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Sun, 7 Jun 2026 13:35:33 -0300 Subject: [PATCH] tweak: sun stripes use semi-transparent purple instead of solid black rgba(20,0,50,0.72) lets the gradient bleed through the bands, reducing harsh contrast while keeping the stripe effect visible. Co-Authored-By: Claude Sonnet 4.6 --- plugin/contents/ui/dancer.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html index 6d2a86a..fa4642d 100644 --- a/plugin/contents/ui/dancer.html +++ b/plugin/contents/ui/dancer.html @@ -738,10 +738,10 @@ html, body { background: repeating-linear-gradient( to bottom, - transparent 0px, - transparent 13px, - #000814 13px, - #000814 17px + transparent 0px, + transparent 13px, + rgba(20, 0, 50, 0.72) 13px, + rgba(20, 0, 50, 0.72) 17px ), linear-gradient(to bottom, #fff9cc 0%,