aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/custom.css
blob: 3d0319dd337c378cd3cb59b7aa54741fb234257d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono');

@media screen and (min-width: 1080px) {
    div.document {
        width: 1040px;
    }
}

code.descname {
    color: #4885ed;
}

th.field-name {
    min-width: 100px;
    color: #3cba54;
}