Changes

no edit summary
Line 104: Line 104:  
}
 
}
   −
   .btn:hover, .btn:hover a {
+
   .btn:hover {
 +
  background-color: rgba(255, 255, 255, 0.8);
 +
 
 +
  }
 +
 
 +
.btn:hover a {
 
   color: rgba(118, 80, 141, 1);
 
   color: rgba(118, 80, 141, 1);
  background-color: rgba(255, 255, 255, 0.8);
   
     text-decoration: none;
 
     text-decoration: none;
  }
+
}
    
.mainpage_row {
 
.mainpage_row {