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

.bibtex-dropdown summary {
	width: 107px;
	font-weight: normal !important;
}