mirror of https://github.com/ulaulaman/dropsea.git
Aggiunta classe per link inducks
This commit is contained in:
parent
fbb3992701
commit
7624b801f8
|
@ -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: " 🦆";
|
||||||
|
}
|
Loading…
Reference in New Issue