forked from qchenevier/remark-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
69 lines (55 loc) · 872 Bytes
/
style.css
File metadata and controls
69 lines (55 loc) · 872 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
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
@import url(https://fonts.googleapis.com/css2?family=Open sans:wght@100;200;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body {
font-family: "Open sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Open sans", sans-serif;
font-weight: 200;
margin-bottom: 0;
margin-top: 10px;
color: #0077b3
}
.chapter-reminder {
margin-top: 0px;
}
.remark-code,
.remark-inline-code {
font-family: 'Ubuntu Mono';
}
/* See: https://github.com/gnab/remark/issues/236#issuecomment-473603654 */
.columns {
display: flex;
}
.ten {
flex: 10%;
}
.twenty {
flex: 20%;
}
.thirty {
flex: 30%;
}
.forty {
flex: 40%;
}
.fifty {
flex: 50%;
}
.sixty {
flex: 60%;
}
.seventy {
flex: 70%;
}
.eighty {
flex: 80%;
}
.ninety {
flex: 90%;
}