Meilleure mise en évidence du focus sur les liens.

This commit is contained in:
David Soulayrol
2022-09-04 10:04:26 +02:00
parent ddde4f1309
commit 32c83c4245

View File

@@ -20,6 +20,11 @@ a {
color: #373d3f;
}
a:focus {
color: red;
font-weight: bolder;
}
a.external::after {
content: url(/images/external-link.svg);
display: inline-flex;