underline link on hover

This commit is contained in:
Mathias DUPEUX 2025-04-18 20:47:32 +02:00
parent 2771bd9612
commit a3f3421760

View file

@ -68,6 +68,10 @@ hr {
}
/* Links */
a:hover {
text-decoration: underline;
}
a {
text-decoration: none;
color: #005B96;