This repository has been archived by the owner on Nov 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
css.css
113 lines (93 loc) · 1.57 KB
/
css.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
* {
background-color: #1F1B24;
color: white;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
font-size: 16px;
line-height: 1.5;
word-wrap: break-word;
}
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
body {
margin: 40px;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 24px;
margin-bottom: 16px;
font-weight: 600;
line-height: 1.25;
}
h1 {
margin-top: 0 !important;
font-size: 2em;
margin: 0.67em 0;
}
h2 {
font-size: 1.5em;
padding-bottom: .3em;
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1em;
}
h5 {
font-size: .875em;
}
ul, li {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}
ul {
padding-left: 2em;
margin-top: 0;
margin-bottom: 16px;
}
li + li {
margin-top: .25em;
}
ul ul {
margin-top: 0;
margin-bottom: 0;
}
a {
background-color: transparent;
}
img {
border-style: none;
max-width: 100%;
}
p, blockquote {
margin-top: 0;
margin-bottom: 16px;
}
b, strong {
font-weight: 600;
}
code {
padding: .2em .4em;
margin: 0;
font-size: 85%;
background-color: rgba(27,31,35,.05);
border-radius: 3px;
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
}
blockquote {
padding: 0 1em;
color: #6a737d;
border-left: .25em solid rgb(19, 17, 22);
}
summary {
cursor: pointer;
display: list-item;
}
@media print {
a[href]:after {
content: "" !important;
}
}