From 3ee1f727de9896f11d35ec4bd7762eb566790248 Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Fri, 17 Apr 2026 13:12:15 +0200 Subject: [PATCH] unstyle link in home icon --- lib/html_body.typ | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 */ } }