Aggiunta classe per link inducks

This commit is contained in:
ulaulaman 2022-02-02 17:02:58 +01:00
parent fbb3992701
commit 7624b801f8
1 changed files with 4 additions and 0 deletions

View File

@ -87,4 +87,8 @@ a.out:hover::after {
a.github:hover::after {
content: url('../img/icons8-github.svg');
width: 12px;
}
a.inducks:hover::after {
content: " 🦆";
}