add the link from homepage and add titles

This commit is contained in:
Julien Calixte
2023-07-30 20:36:16 +02:00
parent b27e0416c0
commit 12b270c27e
4 changed files with 21 additions and 1 deletions

View File

@@ -126,3 +126,15 @@ li {
flex-direction: row;
}
}
a {
color: var(--color);
text-decoration: none;
}
a:visited,
a:focus,
a:focus-visible {
color: var(--color);
text-decoration: none;
}