update img hover

This commit is contained in:
2024-03-04 10:52:46 +02:00
parent 0b27fe1b81
commit 240430cd99

View File

@@ -70,6 +70,12 @@ img[src*="#absolute"] {
left: 0; left: 0;
top: 0; top: 0;
} }
a img:hover{
opacity: 0.5 !important;
cursor: pointer;
}
.footer-cust a{ .footer-cust a{
color: #999; color: #999;
cursor: pointer; cursor: pointer;