-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
35 lines (30 loc) · 671 Bytes
/
style.css
File metadata and controls
35 lines (30 loc) · 671 Bytes
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
/* Below consists of styling predefined by bookdown, be careful touching these */
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
/* Below consists of css elements added for the purpose of this template*/
#sponsors { /*styling the sponsors header at the bottom of the sidebar, comes from the toc in _output.yml*/
text-align: center;
}
.blackbox {
padding: 1em;
background: black;
color: white;
border: 2px solid orange;
border-radius: 10px;
}
.center {
text-align: center;
}
/* Insert any of your specific css additions below*/