-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (41 loc) · 703 Bytes
/
style.css
File metadata and controls
42 lines (41 loc) · 703 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
body {
background-color: #222;
color: #ffe;
max-width: 40em;
margin: auto;
padding: 4pt 16pt 4pt 16pt;
font-family: "Source Sans Pro", sans-serif;
font-size: 12pt;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Crimson Pro", serif;
font-weight: 300;
}
h1 {
font-size: 46pt;
margin-top: 46pt;
margin-bottom: 12pt;
}
h2 {
font-size: 36pt;
margin-top: 36pt;
margin-bottom: 12pt;
}
h3 {
font-size: 30pt;
margin-top: 30pt;
margin-bottom: 12pt;
}
a {
text-decoration: underline dotted #f99;
color: #f99;
}
.mt-4 {
margin-top: 24pt;
}
.text-serif {
font-family: "Crimson Pro", serif;
}
.text-center {
text-align: center;
}