diff --git a/frontends/web/templates/index.html b/frontends/web/templates/index.html
index 1e85f65..0c4aec7 100644
--- a/frontends/web/templates/index.html
+++ b/frontends/web/templates/index.html
@@ -29,12 +29,14 @@
transition: all 0.15s ease;
}
.home-icon:hover i {
+ color: #ffe699;
transform: translateY(-4px);
filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.5));
}
.home-icon:hover span {
opacity: 1;
transform: translateY(0);
+ color: #ffe699;
}