generated from github/codespaces-blank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfg-typography.css
48 lines (40 loc) · 1.01 KB
/
fg-typography.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
.notion-semantic-string {
line-height: 1.5 !important;
}
h1.notion-heading {
padding: 0 !important;
margin: 4.5rem 0 0.75rem !important;
line-height: 1.125 !important;
}
h2.notion-heading {
padding: 0 !important;
margin: 3rem 0 0.5rem !important;
line-height: 1.25 !important;
}
h3.notion-heading {
padding: 0 !important;
margin: 3rem 0 0.25rem !important;
line-height: 1.5 !important;
}
h1.notion-heading .notion-semantic-string,
h2.notion-heading .notion-semantic-string,
h3.notion-heading .notion-semantic-string {
line-height: inherit !important;
}
.notion-quote {
padding: 1.25em !important;
border: 1px solid var(--color-border-default) !important;
border-radius: var(--border-radii-layout) !important;
margin: 1.5em 0 !important;
}
.notion-bulleted-list,
.notion-numbered-list {
margin: 1.5em 0 !important;
}
.notion-list-item {
padding: 0 !important;
margin: 0.125em 0 !important;
}
.notion-text + .notion-text {
margin: 1em 0 0 !important;
}