forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
62 lines (52 loc) · 813 Bytes
/
Copy pathstyles.css
File metadata and controls
62 lines (52 loc) · 813 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
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
font-weight: bold;
line-height: 1.2;
margin-bottom: 1rem;
}
.markdown h1 {
font-size: 1.5em;
}
.markdown h2 {
font-size: 1.25em;
font-weight: 600;
}
.markdown h3 {
font-size: 1.1em;
}
.markdown h4 {
font-size: 1em;
}
.markdown h5 {
font-size: 0.9em;
}
.markdown h6 {
font-size: 0.8em;
}
.markdown p {
margin-bottom: 1.25em;
text-align: left;
}
.markdown pre {
margin-bottom: 1.25em;
}
.markdown ul {
list-style-type: disc;
padding-left: 20px;
overflow: visible;
text-align: left;
margin-bottom: 1.25em;
}
.markdown li {
list-style-type: inherit;
list-style-position: outside;
margin-left: 0;
padding-left: 0;
position: relative;
overflow: visible;
text-align: left;
}