-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtype-general.css
61 lines (45 loc) · 947 Bytes
/
type-general.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
:root {
font-size: 17px !important;
}
/* line heights */
.notion-semantic-string {
line-height: 1.4 !important;
}
.notion-heading .notion-semantic-string {
line-height: 1.25 !important;
}
/* general headings */
h1 {
font-size: 40px !important;
font-weight: 400 !important;
letter-spacing: -0.03em !important;
margin-top: 50px !important;
}
h2 {
font-size: 30px !important;
font-weight: 500 !important;
letter-spacing: -0.005em !important;
margin-top: 40px !important;
}
h3 {
font-size: 20px !important;
font-weight: 600 !important;
margin-top: 10px !important;
}
/* text with dark backgrounds */
.bg-gray,
.bg-green,
.bg-orange,
.bg-yellow,
.bg-pink {
color: var(--color-text-dark) !important;
}
/* Titles of items in Lists */
.notion-property__title {
font-size: 16px !important;
}
/* Smaller Type */
.notion-table,
.notion-file * {
font-size: 15px !important;
}