Compare commits

...

2 Commits

Author SHA1 Message Date
ulaulaman 09b7a76841 Aggiunto supporto per mostrare le icone nei link 2021-10-26 23:37:58 +02:00
ulaulaman 67ca99d607 icona github 2021-10-26 23:37:39 +02:00
2 changed files with 19 additions and 1 deletions

View File

@ -68,4 +68,22 @@
/* messaggi nascosti */
.extra { display: none; }
.extra { display: none; }
/* link */
a.wiki:hover::after {
content: " 📖";
}
a.eduinaf:hover::after {
content: " 🔵";
}
a.out:hover::after {
content: " 🔗";
}
a.github:hover::after {
content: url('../img/icons8-github-16.png');
}

BIN
img/icons8-github-16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B