aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/custom.css
blob: f9bf4de210446d239105bc1e478cd3635ffa9012 (plain)
1
2
3
4
5
6
7
8
9
10
11
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
    font-weight: bold !important;
}

img.logo {
    max-width: 40%;
}

dl.class, dl.function {
    margin-bottom: 2em;
}