From 1a6a75f1a19032ea85eea9445b994572c7b0beb6 Mon Sep 17 00:00:00 2001 From: ItsMias <126190882+ItsMias@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:35:45 +0100 Subject: [PATCH] more testing --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5d200b6..2e35415 100644 --- a/style.css +++ b/style.css @@ -30,8 +30,9 @@ a:hover { } /* Ensure it also applies to images inside links */ +/* Change the color of SVG images inside links on hover */ a:hover img { - filter: brightness(0.8); /* Example effect */ + filter: invert(50%) sepia(90%) saturate(500%) hue-rotate(30deg) brightness(100%) contrast(95%); transition: 0.3s ease; /* Smooth transition */ }