fix: mainpage icon colors

This commit is contained in:
Sid 2023-05-13 11:52:34 +02:00
parent 1670071a29
commit 6e04bb0529

View file

@ -18,18 +18,22 @@ svg:hover {
} }
.social-icons a:nth-child(1) svg:hover { .social-icons a:nth-child(1) svg:hover {
color: #0A66C2 !important; color: #acb91d !important;
} }
.social-icons a:nth-child(2) svg:hover{ .social-icons a:nth-child(2) svg:hover{
color: grey !important; color: #0A66C2 !important;
} }
.social-icons a:nth-child(3) svg:hover { .social-icons a:nth-child(3) svg:hover {
color: #C84370 !important; color: grey !important;
} }
.social-icons a:nth-child(4) svg:hover { .social-icons a:nth-child(4) svg:hover {
color: #C84370 !important;
}
.social-icons a:nth-child(5) svg:hover {
color: #1DB954 !important; color: #1DB954 !important;
} }