unstyle link in home icon

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-04-17 13:12:15 +02:00
parent 68b1e3d690
commit 3ee1f727de
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -53,7 +53,12 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
/*height: 100%;*/ /*height: 100%;*/
}
home-symbol a {
/* Unstyle link */
color: inherit;
text-decoration: inherit;
/* cursor: inherit; // we want to keep the clickable cursor */
} }
} }