-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadv-r.css
84 lines (67 loc) · 1.12 KB
/
adv-r.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.nav-footer{
background-color: #544154;
color: white;
}
.nav-footer a {
color: white;
}
.nav-page-previous,
.nav-page-next {
padding: .5rem;
border: 1px solid #eee;
border-radius: .2rem;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.nav-page-previous:not(:has(> *)),
.nav-page-next:not(:has(> *)) {
padding: .5rem;
border: 0;
border-radius: 0;
box-shadow: none;
}
.footer {
margin-top: 10px;
}
.nav-page a {
color: #544154;
}
.nav-page a:hover {
color: #544154;
}
#quarto-sidebar{
top: 0px;
max-height: calc(0px + 100vh);
padding-left: 0;
}
.sidebar-navigation li a {
color: #544154;
}
.sidebar-navigation li a:hover {
color: #544154;
}
.sidebar-item .chapter-number {
color: #544154;
}
.sidebar-title {
color: #544154;
}
.sidebar nav[role=doc-toc]>ul li a {
line-height: 1.1rem;
padding-bottom: .2rem;
padding-top: .2rem;
color: #544154;
}
.action-links p {
margin-top: 0;
margin-bottom: 0.2rem;
font-size: 0.9rem;
}
.action-links p a {
color: #544154;
}
.action-links p a:hover {
color: #544154;
}
.toc-actions div i {
color: #544154;
}