Changes

Jump to navigation Jump to search
no edit summary
Line 45: Line 45:  
}
 
}
   −
.mp-title,.mp-category a{
+
.mp-title a{
 
   color:initial;
 
   color:initial;
 
   text-decoration:none;
 
   text-decoration:none;
Line 55: Line 55:  
}
 
}
   −
.mp-title,.mp-category a:hover{
+
.mp-title a:hover{
 
   background-size: 100% 5px, auto;
 
   background-size: 100% 5px, auto;
 
   text-decoration:none;
 
   text-decoration:none;
Line 75: Line 75:  
.mp-category{
 
.mp-category{
 
   font-weight:700;
 
   font-weight:700;
   font-size:2em;
+
   font-size:1.2em;
 +
}
 +
 
 +
.mp-category a{
 +
  color:initial;
 +
  text-decoration:none;
 +
  background-image: linear-gradient(#0645ad, #0645ad);
 +
  background-size: 100% 1px, auto;
 +
  background-repeat: no-repeat;
 +
  background-position: left bottom;
 +
  transition: all .2s ease-out;
 +
}
 +
 
 +
.mp-category a:hover{
 +
  background-size: 100% 5px, auto;
 +
  text-decoration:none;
 
}
 
}
  

Navigation menu