Cambio icona github nel css

This commit is contained in:
ulaulaman 2021-10-26 23:57:51 +02:00
parent 767627edaa
commit 4df85707b9
1 changed files with 1 additions and 1 deletions

View File

@ -85,5 +85,5 @@ a.out:hover::after {
}
a.github:hover::after {
content: url('../img/icons8-github-16.png');
content: url('../img/icons8-github.svg');
}