Rendre encore plus visible les liens web

This commit is contained in:
Mathieu Limonier
2026-07-23 00:35:40 +02:00
parent 585946f2a0
commit e91d644531
+11 -1
View File
@@ -1,3 +1,13 @@
:root {
--link: light-dark(#005a9c, #8cc8ff);
--link: light-dark(#005fcc, #8ab4f8);
/* --link: light-dark(#005a9c, #8cc8ff); */
a {
text-decoration: underline;
}
a:hover,
a:focus {
text-decoration-thickness: 2px;
}
}