make gitter icon glow

This commit is contained in:
Ivan Dimitrov 2023-12-20 07:52:18 +02:00
parent dcdd8ab483
commit bcca288b58
2 changed files with 4 additions and 1 deletions

View File

@ -33,3 +33,6 @@ svg:hover {
@apply text-sky-400;
filter: drop-shadow(0px 0px 20px #38bdf8);
}
svg path:hover {
@apply fill-sky-400;
}

View File

@ -1,5 +1,5 @@
import GiteaSvg from "@/components/gitea-svg";
import { faGithub, faGitlab, faGitter } from "@fortawesome/free-brands-svg-icons";
import { faGithub, faGitlab } from "@fortawesome/free-brands-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import Link from "next/link";