/*
Theme Name:     Platform Child
Theme URI:      https://games.transneptune.net/
Description:    Child theme for the Platform theme
Author:         Kit La Touche
Author URI:     https://transneptune.net/
Template:       platform
Version:        0.1.0
*/

@import url('../platform/style.css');

acronym {
    border-bottom-style: none;
}

#branding a.site-title {
    font-size: 2.9em;
    letter-spacing: 0px;
}

input[type=submit] {
    float: none;
    margin-bottom: 1em;
}

dl {
    counter-reset: dt 0;
}

dt:before {
    content: counter(dt) ". ";
    counter-increment: dt;
}

dd {
    font-style: normal;
    margin-left: 2em;
    margin-bottom: 1em;
}

abbr {
    border: none;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    text-transform: none;
}
