-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
66 lines (55 loc) · 934 Bytes
/
style.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
body {
font-family: 'Helvetica Neue', Verdana, Helvetica, Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 72px 0;
-webkit-font-smoothing: antialiased;
font-size: 1.125em;
color: #333;
line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1;
}
h1 {
font-size: 2.5em
}
h2 {
font-size: 1.85em;
padding-bottom: 0.3em;
border-bottom: 1px solid #eaecef;
}
h3 {
font-size: 1.35em
}
h4 {
font-size: 1.2em
}
h5 {
font-size: 1.15em
}
h6 {
font-size: 1.1em
}
a {
text-decoration: none;
color: #4165a2;
}
a:hover {
border-bottom: 1px dotted black;
}
pre {
font-size: 16px;
padding: 16px 18px;
border-radius: 5px;
background-color: rgb(240, 242, 245);
}
*:not(pre) > code {
font-size: 1.15em;
padding: 3px 5px;
border-radius: 5px;
background-color: rgb(240, 242, 245);
}
.hidden {
display: none;
}