From 240430cd99653dc68cc1b4aaf3e9a071826ece01 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Mon, 4 Mar 2024 10:52:46 +0200 Subject: [PATCH] update img hover --- css/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/index.css b/css/index.css index 0ef02efe9..7538786bb 100644 --- a/css/index.css +++ b/css/index.css @@ -70,6 +70,12 @@ img[src*="#absolute"] { left: 0; top: 0; } + +a img:hover{ + opacity: 0.5 !important; + cursor: pointer; +} + .footer-cust a{ color: #999; cursor: pointer;