mirror of https://github.com/pyodide/pyodide.git
24 lines
383 B
CSS
24 lines
383 B
CSS
#release-notes .badge {
|
|
margin-right: 5px;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
code {
|
|
font-size: 100% !important;
|
|
}
|
|
|
|
.section > h3 {
|
|
/* shrink h3 a bit, was ~1.8em */
|
|
font-size: 1.65em;
|
|
}
|
|
|
|
.section > h4 {
|
|
/* shrink h4 a bit, was 1.44em */
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
/* Remove "captions" in text table of contents, keep subsections in sidebar */
|
|
.toctree-wrapper > .caption {
|
|
display: none;
|
|
}
|