Changes

From Life After BOB Wiki
no edit summary
Line 45: Line 45:  
}
 
}
   −
.mp-main-container a{
+
.mp-title a{
 
   color:initial;
 
   color:initial;
   text-decoration:underline}
+
   text-decoration:underline;
 +
  background-image: linear-gradient(dodgerblue, dodgerblue), linear-gradient(silver, silver);
 +
  background-size: 0 5px, auto;
 +
  background-repeat: no-repeat;
 +
  background-position: center bottom;
 +
  transition: all .2s ease-out;
 +
}
 +
 
 +
.mp-title a:hover{
 +
  background-size: 100% 5px, auto;
 +
}
    
.mp-item-box{
 
.mp-item-box{