-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathstyles.css
More file actions
44 lines (28 loc) · 734 Bytes
/
styles.css
File metadata and controls
44 lines (28 loc) · 734 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
body { font-family: 'Source Sans Pro', serif; }
h1, h2, h3 {
font-family: 'Source Sans Pro';
font-weight: normal;
}
pre {background-color: #F2F8FF;}
h1 { font-size: 150%;}
h2 { font-size: 120%;}
h3 { font-size: 110%;}
div.slide h1 { font-size: 120%;
font-weight: bold;}
div.kable-table tr.header {
background-color: #DBDBDB; /* paper (darkened) */
font-weight: bold;
}
div.kable-table tr.even {
background-color: #F4F4F4; /* paper */
font-weight: bold;
}
div.kable-table tr.odd {
background-color: #fffae6; /* silk (lightened) */
font-weight: bold;
}
div.kable-table td, th {
padding-left: 25px;
padding-right: 25px;
}
/* https://designschool.canva.com/blog/website-color-schemes/ */