Homepage icons: clean white with gold hover

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 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-07 21:55:25 -05:00
parent ef73280015
commit 17d0406be2

View File

@@ -17,7 +17,6 @@
color: #fff; color: #fff;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.9)); filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.9));
-webkit-text-stroke: 1px #8b6914;
transition: all 0.15s ease; transition: all 0.15s ease;
} }
.home-icon span { .home-icon span {