Changes

304 bytes added ,  11:54, 17 December 2020
no edit summary
Line 84: Line 84:  
background-color: #fffaf5;
 
background-color: #fffaf5;
 
border-color: #f2e0ce;
 
border-color: #f2e0ce;
 +
}
 +
 +
.mp-h2,
 +
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
 +
margin: 0.5em;
 +
padding: 0.2em 0.4em;
 +
font-size: 120%;
 +
font-weight: bold;
 +
font-family: inherit;
 +
}
 +
 +
h2.mp-h2::after { /* Remove borders in Timeless */
 +
border: none;
 +
}
 +
 +
.mp-later {
 +
font-size: 85%;
 +
font-weight: normal;
 
}
 
}