From The Mana World
(update style)
m (removed useless css)
 
Line 1: Line 1:
#mw-content h1, #mw-content h2 {
#mw-content h1 {
     border-bottom: solid 2px #900;
     border-bottom: solid 2px #900;
}
}

Latest revision as of 12:03, 5 October 2020

#mw-content h1 {
    border-bottom: solid 2px #900;
}

#mw-content h2 {
    font-size: 1.5em;
    border-bottom: none;
}


td {
    padding: 0 1em;
}

kbd {
    display: inline-block;
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #000;
    background-color: #DEDAD6;
    border-radius: .2rem;
    margin: .1em 0;
}