1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
h1 {
font-size: 2.0em;
margin-bottom: 1.5rem;
}
h2 {
border-top: 2px solid #EBEBEB;
border-radius: 0;
margin-top: 3.0rem;
margin-bottom: 1.0rem;
padding-top: 1.5rem;
font-size: 1.5em;
}
h3 {
font-size: 1.2em;
margin-top: 1.75rem;
}
.sidebar-brand-text {
font-size: 1.4em;
}
.theme-toggle-container {
display: none;
}
.toctree-wrapper {
margin-top: 4.0rem;
}
code.docutils span {
color: #941100;
font-weight: 800;
}
section#version-history h2 {
font-size: 1.2em;
}
|