From 0eafb9186098cf5d43de84afb5e9a38b51a1eca5 Mon Sep 17 00:00:00 2001 From: ItsMias <126190882+ItsMias@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:37:58 +0100 Subject: [PATCH] Color Change --- style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/style.css b/style.css index 2e35415..0cbd2ec 100644 --- a/style.css +++ b/style.css @@ -24,15 +24,12 @@ a { text-decoration: none; } -/* chatgpt code */ a:hover { color: #ffa500; } -/* Ensure it also applies to images inside links */ -/* Change the color of SVG images inside links on hover */ a:hover img { - filter: invert(50%) sepia(90%) saturate(500%) hue-rotate(30deg) brightness(100%) contrast(95%); + filter: invert(48%) sepia(96%) saturate(748%) hue-rotate(2deg) brightness(97%) contrast(101%); transition: 0.3s ease; /* Smooth transition */ }