From aebfb20dfc9307db7f2b6ee824815a6f3ba574df Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 20:07:55 -0500 Subject: [PATCH] Gold hover effect on tools page buttons (Capacity, EXIF, etc.) --- frontends/web/static/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index ec26fc2..1348da6 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -1921,9 +1921,10 @@ footer { } .tool-icon-btn:hover { - background: rgba(139, 92, 246, 0.15); - border-color: rgba(139, 92, 246, 0.3); - color: rgba(255, 255, 255, 0.95); + background: rgba(255, 230, 150, 0.1); + border-color: rgba(255, 230, 150, 0.3); + color: var(--header-gold); + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.33); } .tool-icon-btn.active {