From 6e04bb0529513b8728c3b99821ab747f5533f972 Mon Sep 17 00:00:00 2001 From: Sid Date: Sat, 13 May 2023 11:52:34 +0200 Subject: [PATCH] fix: mainpage icon colors --- assets/css/common/header.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/assets/css/common/header.css b/assets/css/common/header.css index 8b5274a..5448740 100644 --- a/assets/css/common/header.css +++ b/assets/css/common/header.css @@ -17,19 +17,23 @@ svg:hover { 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; } -.social-icons a:nth-child(2) svg:hover { +.social-icons a:nth-child(3) svg:hover { color: grey !important; } -.social-icons a:nth-child(3) svg:hover { +.social-icons a:nth-child(4) svg:hover { color: #C84370 !important; } -.social-icons a:nth-child(4) svg:hover { +.social-icons a:nth-child(5) svg:hover { color: #1DB954 !important; }