1
0
mirror of https://github.com/ulaulaman/dropsea.git synced 2025-02-16 14:40:38 +01:00

Aggiunta classe per link inducks

This commit is contained in:
ulaulaman 2022-02-02 17:02:58 +01:00
parent fbb3992701
commit 7624b801f8

View File

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