mirror of
https://github.com/ulaulaman/dropsea.git
synced 2025-06-27 09:02:59 +02:00
Aggiunto supporto per mostrare le icone nei link
This commit is contained in:
@@ -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');
|
||||
}
|
||||
Reference in New Issue
Block a user