mirror of https://github.com/ulaulaman/dropsea.git
Aggiunta classe per link inducks
This commit is contained in:
parent
fbb3992701
commit
7624b801f8
|
@ -87,4 +87,8 @@ a.out:hover::after {
|
||||||
a.github:hover::after {
|
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