-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcustom.css
63 lines (48 loc) · 827 Bytes
/
custom.css
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
a, p a code {
color: #b9634d;
}
.sidebar .toctree-l1 a.current {
border-left-color: #b9634d;
}
.navbar-brand {
height: 300px!important;
}
.active {
color: #b9634d!important;
}
.toc-entry>.nav-link.active {
border-left: 2px solid #b9634d;
}
.navbar-nav>.active>.nav-link {
font-weight: 600;
color: #b9634d!important;
}
.bd-sidebar .nav>.active:hover>a, .bd-sidebar .nav>.active>a {
font-weight: 600;
color: #b9634d;
}
.bd-sidebar .nav>li>a:hover {
color: black;
}
.bd-sidebar .nav>li>ul>.active>a {
color: black;
}
.alert-info a {
color: #b9634d;
}
.reference a {
color: #b9634d;
}
h1, h2 {
color: black;
}
body {
padding-top: 0!important;
}
.bd-sidebar {
top: 10px!important;
}
.bd-toc {
top: 10px!important;
}
div.doctest {margin-bottom: 2em;}