From 17d0406be208223f4b7a301b5b4332b0ef648852 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 21:55:25 -0500 Subject: [PATCH] Homepage icons: clean white with gold hover MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed gold outline/stroke from default state - too harsh on some monitors. Now simple white icons that turn gold on hover like the header nav, with lift effect and drop shadow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- frontends/web/templates/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/frontends/web/templates/index.html b/frontends/web/templates/index.html index f5a7900..978f12b 100644 --- a/frontends/web/templates/index.html +++ b/frontends/web/templates/index.html @@ -17,7 +17,6 @@ color: #fff; margin-bottom: 0.5rem; filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.9)); - -webkit-text-stroke: 1px #8b6914; transition: all 0.15s ease; } .home-icon span {