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

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

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