unstyle all link in nav menu, instead of only just the ones in list items

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-04-16 00:09:09 +02:00
parent 9f8d0618b7
commit 2fd16d24f0
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -137,6 +137,12 @@
margin-top: 0.5em;
margin-bottom: 0.5em;
}
a {
/* Unstyle link */
color: inherit;
text-decoration: inherit;
/* cursor: inherit; // we want to keep the clickable cursor */
}
li {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
@ -147,11 +153,6 @@
display: block;
width: 100%;
height: 100%;
/* Unstyle link */
color: inherit;
text-decoration: inherit;
/* cursor: inherit; // we want to keep the clickable cursor */
}
}
li:hover {