diff --git a/frontend/index.html b/frontend/index.html index 3d397d6..d159e7c 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -14,17 +14,10 @@
diff --git a/frontend/style.css b/frontend/style.css index d1a9f56..6943dd5 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -79,8 +79,8 @@ body { } .icon-btn { - width: 40px; - height: 40px; + width: 48px; + height: 48px; border: none; background: transparent; border-radius: 8px; @@ -98,6 +98,18 @@ body { color: var(--accent); } +/* CDN-served icon images (Heroicons) */ +.icon-svg { + width: 24px; + height: 24px; + display: block; + filter: invert(100%) saturate(0%); +} + +.icon-btn:hover .icon-svg { + filter: none; +} + /* Hamburger Menu */ .hamburger { display: flex;