|
5 | 5 | caret-color: rgb(55, 53, 47); |
6 | 6 | } |
7 | 7 |
|
8 | | -.notion .red { |
| 8 | +.notion-red { |
9 | 9 | color: rgb(224, 62, 62); |
10 | 10 | } |
11 | | -.notion .pink { |
| 11 | +.notion-pink { |
12 | 12 | color: rgb(173, 26, 114); |
13 | 13 | } |
14 | | -.notion .blue { |
| 14 | +.notion-blue { |
15 | 15 | color: rgb(11, 110, 153); |
16 | 16 | } |
17 | | -.notion .purple { |
| 17 | +.notion-purple { |
18 | 18 | color: rgb(105, 64, 165); |
19 | 19 | } |
20 | | -.notion .teal { |
| 20 | +.notion-teal { |
21 | 21 | color: rgb(15, 123, 108); |
22 | 22 | } |
23 | | -.notion .yellow { |
| 23 | +.notion-yellow { |
24 | 24 | color: rgb(223, 171, 1); |
25 | 25 | } |
26 | | -.notion .orange { |
| 26 | +.notion-orange { |
27 | 27 | color: rgb(217, 115, 13); |
28 | 28 | } |
29 | | -.notion .brown { |
| 29 | +.notion-brown { |
30 | 30 | color: rgb(100, 71, 58); |
31 | 31 | } |
32 | | -.notion .gray { |
| 32 | +.notion-gray { |
33 | 33 | color: rgb(155, 154, 151); |
34 | 34 | } |
35 | | - |
36 | | -.notion .red_background { |
| 35 | +.notion-red_background { |
37 | 36 | background-color: rgb(251, 228, 228); |
38 | 37 | } |
39 | | -.notion .pink_background { |
| 38 | +.notion-pink_background { |
40 | 39 | background-color: rgb(244, 223, 235); |
41 | 40 | } |
42 | | -.notion .blue_background { |
| 41 | +.notion-blue_background { |
43 | 42 | background-color: rgb(221, 235, 241); |
44 | 43 | } |
45 | | -.notion .purple_background { |
| 44 | +.notion-purple_background { |
46 | 45 | background-color: rgb(234, 228, 242); |
47 | 46 | } |
48 | | -.notion .teal_background { |
| 47 | +.notion-teal_background { |
49 | 48 | background-color: rgb(221, 237, 234); |
50 | 49 | } |
51 | | -.notion .yellow_background { |
| 50 | +.notion-yellow_background { |
52 | 51 | background-color: rgb(251, 243, 219); |
53 | 52 | } |
54 | | -.notion .orange_background { |
| 53 | +.notion-orange_background { |
55 | 54 | background-color: rgb(250, 235, 221); |
56 | 55 | } |
57 | | -.notion .brown_background { |
| 56 | +.notion-brown_background { |
58 | 57 | background-color: rgb(233, 229, 227); |
59 | 58 | } |
60 | | -.notion .gray_background { |
| 59 | +.notion-gray_background { |
61 | 60 | background-color: rgb(235, 236, 237); |
62 | 61 | } |
63 | | - |
64 | 62 | .notion-h1 { |
65 | 63 | font-weight: 600; |
66 | 64 | font-size: 1.875em; |
|
69 | 67 | margin-top: 1.4em; |
70 | 68 | margin-bottom: 1px; |
71 | 69 | } |
72 | | - |
73 | 70 | .notion-h2 { |
74 | 71 | font-weight: 600; |
75 | 72 | font-size: 1.5em; |
|
79 | 76 | margin-top: 1.1em; |
80 | 77 | margin-bottom: 1px; |
81 | 78 | } |
82 | | - |
83 | 79 | .notion-h3 { |
84 | 80 | font-weight: 600; |
85 | 81 | font-size: 1.25em; |
|
89 | 85 | margin-top: 1em; |
90 | 86 | margin-bottom: 1px; |
91 | 87 | } |
92 | | - |
93 | 88 | .notion-quote { |
94 | 89 | white-space: pre-wrap; |
95 | 90 | word-break: break-word; |
|
98 | 93 | padding-right: 0.9em; |
99 | 94 | font-size: 1.2em; |
100 | 95 | } |
101 | | - |
102 | 96 | .notion-hr { |
103 | 97 | margin: 6px 0px; |
104 | 98 | border-color: rgba(55, 53, 47, 0.09); |
105 | 99 | } |
106 | | - |
107 | 100 | .notion-column { |
108 | 101 | padding-top: 12px; |
109 | 102 | padding-bottom: 12px; |
|
132 | 125 | .notion-list-numbered { |
133 | 126 | list-style-type: decimal; |
134 | 127 | } |
135 | | - |
136 | 128 | .notion-list li { |
137 | 129 | padding-left: 4px; |
138 | 130 | } |
|
145 | 137 | word-break: break-word; |
146 | 138 | caret-color: rgb(55, 53, 47); |
147 | 139 | } |
148 | | - |
149 | 140 | .notion-block { |
150 | 141 | padding: 3px 2px; |
151 | 142 | } |
152 | | - |
153 | 143 | .notion-row { |
154 | 144 | display: flex; |
155 | 145 | } |
0 commit comments