From 34e417fb55c37eb7e9ad00f5ea5a2195a10c07b2 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 19:57:33 -0500 Subject: [PATCH] Dark gold outline (0.3px, dark goldenrod) --- frontends/web/static/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index b60a032..08333e6 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -129,19 +129,19 @@ 0%, 100% { color: #ffe699; text-shadow: - -0.5px -0.5px 0 #ffd54f, - 0.5px -0.5px 0 #ffd54f, - -0.5px 0.5px 0 #ffd54f, - 0.5px 0.5px 0 #ffd54f, + -0.3px -0.3px 0 #b8860b, + 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.4); } 50% { color: #fff2c4; text-shadow: - -0.5px -0.5px 0 #ffe082, - 0.5px -0.5px 0 #ffe082, - -0.5px 0.5px 0 #ffe082, - 0.5px 0.5px 0 #ffe082, + -0.3px -0.3px 0 #cc9a0c, + 0.3px -0.3px 0 #cc9a0c, + -0.3px 0.3px 0 #cc9a0c, + 0.3px 0.3px 0 #cc9a0c, 1px 2px 3px rgba(0, 0, 0, 0.6); } }