aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/custom.css
blob: a8744a3e0d9f4132f0b15518d5fdc8ae153c129e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;
}

a {
    color: #004B6B;
}

a:visited {
    color: #001c63;
}

dt:target, .highlight {
    background: #ffffff;
}