diff --git a/lib/html_body.typ b/lib/html_body.typ
index ebdacf3..98e4e56 100644
--- a/lib/html_body.typ
+++ b/lib/html_body.typ
@@ -53,7 +53,12 @@
justify-content: center;
align-items: center;
/*height: 100%;*/
-
+ }
+ home-symbol a {
+ /* Unstyle link */
+ color: inherit;
+ text-decoration: inherit;
+ /* cursor: inherit; // we want to keep the clickable cursor */
}
}