ethers.js/docs/source/_static/css/ethers.css

15 lines
300 B
CSS
Raw Normal View History

/* Unbold the leading package names */
2017-03-13 02:08:13 +03:00
dt sup {
font-weight: normal;
font-style: italic;
opacity: 0.8;
vertical-align: baseline;
top: auto;
font-size: medium;
}
/* Simulate :maxdepth: 2 only for api-advanced */
.toctree-l2 > a[href^=api-advanced] + ul {
display: none;
}