From b935c474af8a2212739aa4174bc9b2a398c3a91d Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 20:04:33 -0500 Subject: [PATCH] Drop shadow at 25% opacity --- frontends/web/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index 1d9857c..ec26fc2 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -127,7 +127,7 @@ 0.3px -0.3px 0 #b8860b, -0.3px 0.3px 0 #b8860b, 0.3px 0.3px 0 #b8860b, - 1px 2px 2px rgba(0, 0, 0, 0.1); + 1px 2px 2px rgba(0, 0, 0, 0.25); } /* Payload type toggle - gold text when selected */ @@ -139,7 +139,7 @@ 0.3px -0.3px 0 #b8860b, -0.3px 0.3px 0 #b8860b, 0.3px 0.3px 0 #b8860b, - 1px 2px 2px rgba(0, 0, 0, 0.1); + 1px 2px 2px rgba(0, 0, 0, 0.25); }