mirror of https://github.com/ulaulaman/dropsea.git
Aggiunto supporto per mostrare le icone nei link
This commit is contained in:
parent
67ca99d607
commit
09b7a76841
|
@ -69,3 +69,21 @@
|
||||||
/* messaggi nascosti */
|
/* 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');
|
||||||
|
}
|
Loading…
Reference in New Issue