<style>span,
p,
h5 {
    font-size: 1.6rem !important;
}

.http-verb,
.operation-type,
.tab-success {
    color: white!important;
    font-size: 0.9em !important;
}

ul>li.react-tabs__tab--selected {
    color: var(--client-font-secondary-color)!important;
    background-color: var(--client-primary-color) !important;
}

div .hoverable a,
.token.property.string,
span {
    color: var(--client-font-primary-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span {
    color: var(--client-font-primary-color) !important;
}

h1 {
    font-size: 3.4rem !important;
}


</style>
