fix: mainpage icon colors

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

View file

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