Changes

Jump to navigation Jump to search
21 bytes removed ,  16:32, 12 June 2021
no edit summary
Line 20: Line 20:  
$('.fc-img').mouseleave(function(){
 
$('.fc-img').mouseleave(function(){
 
   console.log("on hover");
 
   console.log("on hover");
   $(this).parent().css('background','rgba(255, 255, 255, 0.87)')
+
   $(this).parent().css('background','none')
 
})
 
})
  

Navigation menu