aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/custom.css
blob: 4c4e201c6e152d1010e80bd6d829c3c31a40fce8 (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
29
30
31
32
33
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;
}

.frame mjx-math {
    border: 1px solid #e0e0e0;
    padding: 5px;
}