diff --git a/frontends/web/templates/index.html b/frontends/web/templates/index.html
index 0c4aec7..893a1ec 100644
--- a/frontends/web/templates/index.html
+++ b/frontends/web/templates/index.html
@@ -16,7 +16,12 @@
font-size: 3.5rem;
color: #fff;
margin-bottom: 0.5rem;
- filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.4));
+ filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.6));
+ text-shadow:
+ -1px -1px 0 rgba(0, 0, 0, 0.3),
+ 1px -1px 0 rgba(0, 0, 0, 0.3),
+ -1px 1px 0 rgba(0, 0, 0, 0.3),
+ 1px 1px 0 rgba(0, 0, 0, 0.3);
transition: all 0.15s ease;
}
.home-icon span {