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 {