Remove underline for navbar

This commit is contained in:
Mathias DUPEUX 2025-04-19 23:14:47 +02:00
parent 8dfe4dce9f
commit 865535d3ba

View file

@ -110,6 +110,10 @@ a:hover {
text-decoration: underline;
}
nav a:hover {
text-decoration: none;
}
a {
text-decoration: none;
color: #005B96;