[css] darkers links

This commit is contained in:
Gaspard Jankowiak 2021-12-20 15:51:32 +01:00
parent da6159618a
commit c36b1ad64f

View file

@ -45,7 +45,7 @@ html, body { height: 100%; text-align: justify;
line-height: 1.4em; }
a { text-decoration: none; color: $links; }
a:hover { text-decoration: underline; }
a:hover { color: #009; }
strong { font-weight: bold; }