summaryrefslogtreecommitdiffstatshomepage
path: root/docs/static/customstyle.css
blob: 74eff4e051e670825a48def8c09b822d72ee2e9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* custom CSS for MicroPython docs
 */

.admonition-difference-to-cpython {
    border: 1px solid black;
}

.admonition-difference-to-cpython .admonition-title {
    margin: 4px;
}