pages, listing et aussi .social

This commit is contained in:
2024-03-24 13:24:33 +01:00
parent 1be9bbb472
commit 8dbb094fa9
4 changed files with 31 additions and 5 deletions

View File

@ -187,6 +187,13 @@ header a.current::first-letter{
background-color: var(--deco);
}
/* Si c'est du texte et pas un fa-icon,
* il faut pouvoir lire la première lettre.
*/
.social a::first-letter{
color: unset;
}
.social a:hover {
color: var(--fond);
}