| .md-grid { | |
| max-width: 90vw | |
| } | |
| .highlight .hll { | |
| background-color: lavender | |
| [data-md-color-scheme="slate"] { | |
| background-color: rgb(69, 48, 164) | |
| } | |
| } | |
| .md-typeset table:not([class]) { | |
| font-size: 0.75rem | |
| } | |
| .md-typeset a { | |
| border-bottom: 0.1px dashed black | |
| } | |
| .md-typeset table:not([class]) { | |
| font-size: 0.75rem | |
| } | |
| .md-tabs__link { | |
| font-size: 0.8rem | |
| } | |
| .md-tabs__link--active { | |
| border-bottom: 6px solid white | |
| } | |
| .md-nav__link--active { | |
| font-weight: bold | |
| } | |
| .md-typeset .admonition, .md-typeset details { | |
| font-size: 0.70rem | |
| } | |
| [data-md-color-scheme="slate"] { | |
| --md-typeset-a-color: rgb(28, 152, 152) | |
| } | |
| .copyMe { | |
| cursor: pointer; | |
| border-bottom: 0.1px dashed black; | |
| } | |
| p > code, | |
| li > code { | |
| font-weight: bold | |
| } | |