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 <noreply@anthropic.com>
This commit is contained in:
ltadeu6 2026-06-07 13:35:33 -03:00
parent d822b1c669
commit 43e314176b
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -738,10 +738,10 @@ html, body {
background: background:
repeating-linear-gradient( repeating-linear-gradient(
to bottom, to bottom,
transparent 0px, transparent 0px,
transparent 13px, transparent 13px,
#000814 13px, rgba(20, 0, 50, 0.72) 13px,
#000814 17px rgba(20, 0, 50, 0.72) 17px
), ),
linear-gradient(to bottom, linear-gradient(to bottom,
#fff9cc 0%, #fff9cc 0%,