jekyll-theme-handwritten 4.3.4 → 4.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +92 -90
  4. data/_config.yml +54 -54
  5. data/_data/images.json +2 -2
  6. data/_includes/disqus_comments.html +20 -20
  7. data/_includes/footer.html +49 -49
  8. data/_includes/google-analytics.html +12 -12
  9. data/_includes/head.html +44 -45
  10. data/_includes/header.html +33 -33
  11. data/_includes/icon-github.html +1 -1
  12. data/_includes/icon-github.svg +1 -1
  13. data/_includes/icon-twitter.html +1 -1
  14. data/_includes/icon-twitter.svg +1 -1
  15. data/_includes/navrail.html +23 -23
  16. data/_includes/social.html +14 -14
  17. data/_includes/theme_selector.html +35 -35
  18. data/_layouts/default.html +23 -23
  19. data/_layouts/home.html +80 -80
  20. data/_layouts/page.html +14 -14
  21. data/_layouts/post.html +35 -35
  22. data/_sass/minima/_base.scss +846 -840
  23. data/_sass/minima/_layout.scss +277 -271
  24. data/_sass/minima/_mysass.scss +289 -285
  25. data/_sass/minima/_syntax-highlighting.scss +68 -68
  26. data/_sass/minima.scss +52 -52
  27. data/assets/main.scss +5 -5
  28. data/assets/minima-social-icons.svg +33 -33
  29. data/assets/theme-assets/js/theme.js +27 -27
  30. data/assets/theme-assets/material-theme/colors.module.css +294 -294
  31. data/assets/theme-assets/material-theme/theme.css +5 -5
  32. data/assets/theme-assets/material-theme/theme.dark.css +51 -51
  33. data/assets/theme-assets/material-theme/theme.light.css +51 -51
  34. data/assets/theme-assets/material-theme/tokens.css +303 -303
  35. data/assets/theme-assets/material-theme/typography.module.css +150 -150
  36. data/assets/theme-assets/theme-fonts/CascadiaCode-Regular.woff2 +0 -0
  37. data/assets/theme-assets/theme-fonts/ComicShanns-Regular.woff2 +0 -0
  38. data/assets/theme-assets/theme-fonts/Excalifont-Regular.woff2 +0 -0
  39. data/assets/theme-assets/theme-fonts/Lexend-Regular.ttf +0 -0
  40. data/assets/theme-assets/theme-fonts/LilitaOne-Regular.ttf +0 -0
  41. data/assets/theme-assets/theme-fonts/Virgil-Regular.woff2 +0 -0
  42. data/assets/theme-assets/theme-fonts/comic shanns.otf +0 -0
  43. data/assets/theme-assets/theme-icons/aboutme-small.svg +102 -102
  44. data/assets/theme-assets/theme-icons/aboutme.svg +9 -9
  45. data/assets/theme-assets/theme-icons/bookmark.svg +9 -9
  46. data/assets/theme-assets/theme-icons/categories-rough.svg +9 -9
  47. data/assets/theme-assets/theme-icons/categories2.svg +9 -9
  48. data/assets/theme-assets/theme-icons/divider.svg +19 -19
  49. data/assets/theme-assets/theme-icons/home-rough.svg +9 -9
  50. data/assets/theme-assets/theme-icons/home.svg +5 -5
  51. data/assets/theme-assets/theme-icons/home2.svg +9 -9
  52. data/assets/theme-assets/theme-icons/pin.svg +18 -18
  53. data/assets/theme-assets/theme-images/border-thick.svg +15 -15
  54. data/assets/theme-assets/theme-images/comp.png +0 -0
  55. data/assets/theme-assets/theme-images/comp.svg +9 -9
  56. data/assets/theme-assets/theme-images/logo.svg +9 -9
  57. data/assets/theme-assets/theme-images/menu.svg +9 -9
  58. metadata +13 -7
@@ -1,294 +1,294 @@
1
- .primary {
2
- background-color: var(--md-sys-color-primary);
3
- }
4
- .primary-text {
5
- color: var(--md-sys-color-primary);
6
- }
7
- .on-primary {
8
- background-color: var(--md-sys-color-on-primary);
9
- }
10
- .on-primary-text {
11
- color: var(--md-sys-color-on-primary);
12
- }
13
- .primary-container {
14
- background-color: var(--md-sys-color-primary-container);
15
- }
16
- .primary-container-text {
17
- color: var(--md-sys-color-primary-container);
18
- }
19
- .on-primary-container {
20
- background-color: var(--md-sys-color-on-primary-container);
21
- }
22
- .on-primary-container-text {
23
- color: var(--md-sys-color-on-primary-container);
24
- }
25
- .primary-fixed {
26
- background-color: var(--md-sys-color-primary-fixed);
27
- }
28
- .primary-fixed-text {
29
- color: var(--md-sys-color-primary-fixed);
30
- }
31
- .on-primary-fixed {
32
- background-color: var(--md-sys-color-on-primary-fixed);
33
- }
34
- .on-primary-fixed-text {
35
- color: var(--md-sys-color-on-primary-fixed);
36
- }
37
- .primary-fixed-dim {
38
- background-color: var(--md-sys-color-primary-fixed-dim);
39
- }
40
- .primary-fixed-dim-text {
41
- color: var(--md-sys-color-primary-fixed-dim);
42
- }
43
- .on-primary-fixed-variant {
44
- background-color: var(--md-sys-color-on-primary-fixed-variant);
45
- }
46
- .on-primary-fixed-variant-text {
47
- color: var(--md-sys-color-on-primary-fixed-variant);
48
- }
49
- .secondary {
50
- background-color: var(--md-sys-color-secondary);
51
- }
52
- .secondary-text {
53
- color: var(--md-sys-color-secondary);
54
- }
55
- .on-secondary {
56
- background-color: var(--md-sys-color-on-secondary);
57
- }
58
- .on-secondary-text {
59
- color: var(--md-sys-color-on-secondary);
60
- }
61
- .secondary-container {
62
- background-color: var(--md-sys-color-secondary-container);
63
- }
64
- .secondary-container-text {
65
- color: var(--md-sys-color-secondary-container);
66
- }
67
- .on-secondary-container {
68
- background-color: var(--md-sys-color-on-secondary-container);
69
- }
70
- .on-secondary-container-text {
71
- color: var(--md-sys-color-on-secondary-container);
72
- }
73
- .secondary-fixed {
74
- background-color: var(--md-sys-color-secondary-fixed);
75
- }
76
- .secondary-fixed-text {
77
- color: var(--md-sys-color-secondary-fixed);
78
- }
79
- .on-secondary-fixed {
80
- background-color: var(--md-sys-color-on-secondary-fixed);
81
- }
82
- .on-secondary-fixed-text {
83
- color: var(--md-sys-color-on-secondary-fixed);
84
- }
85
- .secondary-fixed-dim {
86
- background-color: var(--md-sys-color-secondary-fixed-dim);
87
- }
88
- .secondary-fixed-dim-text {
89
- color: var(--md-sys-color-secondary-fixed-dim);
90
- }
91
- .on-secondary-fixed-variant {
92
- background-color: var(--md-sys-color-on-secondary-fixed-variant);
93
- }
94
- .on-secondary-fixed-variant-text {
95
- color: var(--md-sys-color-on-secondary-fixed-variant);
96
- }
97
- .tertiary {
98
- background-color: var(--md-sys-color-tertiary);
99
- }
100
- .tertiary-text {
101
- color: var(--md-sys-color-tertiary);
102
- }
103
- .on-tertiary {
104
- background-color: var(--md-sys-color-on-tertiary);
105
- }
106
- .on-tertiary-text {
107
- color: var(--md-sys-color-on-tertiary);
108
- }
109
- .tertiary-container {
110
- background-color: var(--md-sys-color-tertiary-container);
111
- }
112
- .tertiary-container-text {
113
- color: var(--md-sys-color-tertiary-container);
114
- }
115
- .on-tertiary-container {
116
- background-color: var(--md-sys-color-on-tertiary-container);
117
- }
118
- .on-tertiary-container-text {
119
- color: var(--md-sys-color-on-tertiary-container);
120
- }
121
- .tertiary-fixed {
122
- background-color: var(--md-sys-color-tertiary-fixed);
123
- }
124
- .tertiary-fixed-text {
125
- color: var(--md-sys-color-tertiary-fixed);
126
- }
127
- .on-tertiary-fixed {
128
- background-color: var(--md-sys-color-on-tertiary-fixed);
129
- }
130
- .on-tertiary-fixed-text {
131
- color: var(--md-sys-color-on-tertiary-fixed);
132
- }
133
- .tertiary-fixed-dim {
134
- background-color: var(--md-sys-color-tertiary-fixed-dim);
135
- }
136
- .tertiary-fixed-dim-text {
137
- color: var(--md-sys-color-tertiary-fixed-dim);
138
- }
139
- .on-tertiary-fixed-variant {
140
- background-color: var(--md-sys-color-on-tertiary-fixed-variant);
141
- }
142
- .on-tertiary-fixed-variant-text {
143
- color: var(--md-sys-color-on-tertiary-fixed-variant);
144
- }
145
- .error {
146
- background-color: var(--md-sys-color-error);
147
- }
148
- .error-text {
149
- color: var(--md-sys-color-error);
150
- }
151
- .on-error {
152
- background-color: var(--md-sys-color-on-error);
153
- }
154
- .on-error-text {
155
- color: var(--md-sys-color-on-error);
156
- }
157
- .error-container {
158
- background-color: var(--md-sys-color-error-container);
159
- }
160
- .error-container-text {
161
- color: var(--md-sys-color-error-container);
162
- }
163
- .on-error-container {
164
- background-color: var(--md-sys-color-on-error-container);
165
- }
166
- .on-error-container-text {
167
- color: var(--md-sys-color-on-error-container);
168
- }
169
- .outline {
170
- background-color: var(--md-sys-color-outline);
171
- }
172
- .outline-text {
173
- color: var(--md-sys-color-outline);
174
- }
175
- .background {
176
- background-color: var(--md-sys-color-background);
177
- }
178
- .background-text {
179
- color: var(--md-sys-color-background);
180
- }
181
- .on-background {
182
- background-color: var(--md-sys-color-on-background);
183
- }
184
- .on-background-text {
185
- color: var(--md-sys-color-on-background);
186
- }
187
- .surface {
188
- background-color: var(--md-sys-color-surface);
189
- }
190
- .surface-text {
191
- color: var(--md-sys-color-surface);
192
- }
193
- .on-surface {
194
- background-color: var(--md-sys-color-on-surface);
195
- }
196
- .on-surface-text {
197
- color: var(--md-sys-color-on-surface);
198
- }
199
- .surface-variant {
200
- background-color: var(--md-sys-color-surface-variant);
201
- }
202
- .surface-variant-text {
203
- color: var(--md-sys-color-surface-variant);
204
- }
205
- .on-surface-variant {
206
- background-color: var(--md-sys-color-on-surface-variant);
207
- }
208
- .on-surface-variant-text {
209
- color: var(--md-sys-color-on-surface-variant);
210
- }
211
- .inverse-surface {
212
- background-color: var(--md-sys-color-inverse-surface);
213
- }
214
- .inverse-surface-text {
215
- color: var(--md-sys-color-inverse-surface);
216
- }
217
- .inverse-on-surface {
218
- background-color: var(--md-sys-color-inverse-on-surface);
219
- }
220
- .inverse-on-surface-text {
221
- color: var(--md-sys-color-inverse-on-surface);
222
- }
223
- .inverse-primary {
224
- background-color: var(--md-sys-color-inverse-primary);
225
- }
226
- .inverse-primary-text {
227
- color: var(--md-sys-color-inverse-primary);
228
- }
229
- .shadow {
230
- background-color: var(--md-sys-color-shadow);
231
- }
232
- .shadow-text {
233
- color: var(--md-sys-color-shadow);
234
- }
235
- .surface-tint {
236
- background-color: var(--md-sys-color-surface-tint);
237
- }
238
- .surface-tint-text {
239
- color: var(--md-sys-color-surface-tint);
240
- }
241
- .outline-variant {
242
- background-color: var(--md-sys-color-outline-variant);
243
- }
244
- .outline-variant-text {
245
- color: var(--md-sys-color-outline-variant);
246
- }
247
- .scrim {
248
- background-color: var(--md-sys-color-scrim);
249
- }
250
- .scrim-text {
251
- color: var(--md-sys-color-scrim);
252
- }
253
- .surface-container-highest {
254
- background-color: var(--md-sys-color-surface-container-highest);
255
- }
256
- .surface-container-highest-text {
257
- color: var(--md-sys-color-surface-container-highest);
258
- }
259
- .surface-container-high {
260
- background-color: var(--md-sys-color-surface-container-high);
261
- }
262
- .surface-container-high-text {
263
- color: var(--md-sys-color-surface-container-high);
264
- }
265
- .surface-container {
266
- background-color: var(--md-sys-color-surface-container);
267
- }
268
- .surface-container-text {
269
- color: var(--md-sys-color-surface-container);
270
- }
271
- .surface-container-low {
272
- background-color: var(--md-sys-color-surface-container-low);
273
- }
274
- .surface-container-low-text {
275
- color: var(--md-sys-color-surface-container-low);
276
- }
277
- .surface-container-lowest {
278
- background-color: var(--md-sys-color-surface-container-lowest);
279
- }
280
- .surface-container-lowest-text {
281
- color: var(--md-sys-color-surface-container-lowest);
282
- }
283
- .surface-bright {
284
- background-color: var(--md-sys-color-surface-bright);
285
- }
286
- .surface-bright-text {
287
- color: var(--md-sys-color-surface-bright);
288
- }
289
- .surface-dim {
290
- background-color: var(--md-sys-color-surface-dim);
291
- }
292
- .surface-dim-text {
293
- color: var(--md-sys-color-surface-dim);
294
- }
1
+ .primary {
2
+ background-color: var(--md-sys-color-primary);
3
+ }
4
+ .primary-text {
5
+ color: var(--md-sys-color-primary);
6
+ }
7
+ .on-primary {
8
+ background-color: var(--md-sys-color-on-primary);
9
+ }
10
+ .on-primary-text {
11
+ color: var(--md-sys-color-on-primary);
12
+ }
13
+ .primary-container {
14
+ background-color: var(--md-sys-color-primary-container);
15
+ }
16
+ .primary-container-text {
17
+ color: var(--md-sys-color-primary-container);
18
+ }
19
+ .on-primary-container {
20
+ background-color: var(--md-sys-color-on-primary-container);
21
+ }
22
+ .on-primary-container-text {
23
+ color: var(--md-sys-color-on-primary-container);
24
+ }
25
+ .primary-fixed {
26
+ background-color: var(--md-sys-color-primary-fixed);
27
+ }
28
+ .primary-fixed-text {
29
+ color: var(--md-sys-color-primary-fixed);
30
+ }
31
+ .on-primary-fixed {
32
+ background-color: var(--md-sys-color-on-primary-fixed);
33
+ }
34
+ .on-primary-fixed-text {
35
+ color: var(--md-sys-color-on-primary-fixed);
36
+ }
37
+ .primary-fixed-dim {
38
+ background-color: var(--md-sys-color-primary-fixed-dim);
39
+ }
40
+ .primary-fixed-dim-text {
41
+ color: var(--md-sys-color-primary-fixed-dim);
42
+ }
43
+ .on-primary-fixed-variant {
44
+ background-color: var(--md-sys-color-on-primary-fixed-variant);
45
+ }
46
+ .on-primary-fixed-variant-text {
47
+ color: var(--md-sys-color-on-primary-fixed-variant);
48
+ }
49
+ .secondary {
50
+ background-color: var(--md-sys-color-secondary);
51
+ }
52
+ .secondary-text {
53
+ color: var(--md-sys-color-secondary);
54
+ }
55
+ .on-secondary {
56
+ background-color: var(--md-sys-color-on-secondary);
57
+ }
58
+ .on-secondary-text {
59
+ color: var(--md-sys-color-on-secondary);
60
+ }
61
+ .secondary-container {
62
+ background-color: var(--md-sys-color-secondary-container);
63
+ }
64
+ .secondary-container-text {
65
+ color: var(--md-sys-color-secondary-container);
66
+ }
67
+ .on-secondary-container {
68
+ background-color: var(--md-sys-color-on-secondary-container);
69
+ }
70
+ .on-secondary-container-text {
71
+ color: var(--md-sys-color-on-secondary-container);
72
+ }
73
+ .secondary-fixed {
74
+ background-color: var(--md-sys-color-secondary-fixed);
75
+ }
76
+ .secondary-fixed-text {
77
+ color: var(--md-sys-color-secondary-fixed);
78
+ }
79
+ .on-secondary-fixed {
80
+ background-color: var(--md-sys-color-on-secondary-fixed);
81
+ }
82
+ .on-secondary-fixed-text {
83
+ color: var(--md-sys-color-on-secondary-fixed);
84
+ }
85
+ .secondary-fixed-dim {
86
+ background-color: var(--md-sys-color-secondary-fixed-dim);
87
+ }
88
+ .secondary-fixed-dim-text {
89
+ color: var(--md-sys-color-secondary-fixed-dim);
90
+ }
91
+ .on-secondary-fixed-variant {
92
+ background-color: var(--md-sys-color-on-secondary-fixed-variant);
93
+ }
94
+ .on-secondary-fixed-variant-text {
95
+ color: var(--md-sys-color-on-secondary-fixed-variant);
96
+ }
97
+ .tertiary {
98
+ background-color: var(--md-sys-color-tertiary);
99
+ }
100
+ .tertiary-text {
101
+ color: var(--md-sys-color-tertiary);
102
+ }
103
+ .on-tertiary {
104
+ background-color: var(--md-sys-color-on-tertiary);
105
+ }
106
+ .on-tertiary-text {
107
+ color: var(--md-sys-color-on-tertiary);
108
+ }
109
+ .tertiary-container {
110
+ background-color: var(--md-sys-color-tertiary-container);
111
+ }
112
+ .tertiary-container-text {
113
+ color: var(--md-sys-color-tertiary-container);
114
+ }
115
+ .on-tertiary-container {
116
+ background-color: var(--md-sys-color-on-tertiary-container);
117
+ }
118
+ .on-tertiary-container-text {
119
+ color: var(--md-sys-color-on-tertiary-container);
120
+ }
121
+ .tertiary-fixed {
122
+ background-color: var(--md-sys-color-tertiary-fixed);
123
+ }
124
+ .tertiary-fixed-text {
125
+ color: var(--md-sys-color-tertiary-fixed);
126
+ }
127
+ .on-tertiary-fixed {
128
+ background-color: var(--md-sys-color-on-tertiary-fixed);
129
+ }
130
+ .on-tertiary-fixed-text {
131
+ color: var(--md-sys-color-on-tertiary-fixed);
132
+ }
133
+ .tertiary-fixed-dim {
134
+ background-color: var(--md-sys-color-tertiary-fixed-dim);
135
+ }
136
+ .tertiary-fixed-dim-text {
137
+ color: var(--md-sys-color-tertiary-fixed-dim);
138
+ }
139
+ .on-tertiary-fixed-variant {
140
+ background-color: var(--md-sys-color-on-tertiary-fixed-variant);
141
+ }
142
+ .on-tertiary-fixed-variant-text {
143
+ color: var(--md-sys-color-on-tertiary-fixed-variant);
144
+ }
145
+ .error {
146
+ background-color: var(--md-sys-color-error);
147
+ }
148
+ .error-text {
149
+ color: var(--md-sys-color-error);
150
+ }
151
+ .on-error {
152
+ background-color: var(--md-sys-color-on-error);
153
+ }
154
+ .on-error-text {
155
+ color: var(--md-sys-color-on-error);
156
+ }
157
+ .error-container {
158
+ background-color: var(--md-sys-color-error-container);
159
+ }
160
+ .error-container-text {
161
+ color: var(--md-sys-color-error-container);
162
+ }
163
+ .on-error-container {
164
+ background-color: var(--md-sys-color-on-error-container);
165
+ }
166
+ .on-error-container-text {
167
+ color: var(--md-sys-color-on-error-container);
168
+ }
169
+ .outline {
170
+ background-color: var(--md-sys-color-outline);
171
+ }
172
+ .outline-text {
173
+ color: var(--md-sys-color-outline);
174
+ }
175
+ .background {
176
+ background-color: var(--md-sys-color-background);
177
+ }
178
+ .background-text {
179
+ color: var(--md-sys-color-background);
180
+ }
181
+ .on-background {
182
+ background-color: var(--md-sys-color-on-background);
183
+ }
184
+ .on-background-text {
185
+ color: var(--md-sys-color-on-background);
186
+ }
187
+ .surface {
188
+ background-color: var(--md-sys-color-surface);
189
+ }
190
+ .surface-text {
191
+ color: var(--md-sys-color-surface);
192
+ }
193
+ .on-surface {
194
+ background-color: var(--md-sys-color-on-surface);
195
+ }
196
+ .on-surface-text {
197
+ color: var(--md-sys-color-on-surface);
198
+ }
199
+ .surface-variant {
200
+ background-color: var(--md-sys-color-surface-variant);
201
+ }
202
+ .surface-variant-text {
203
+ color: var(--md-sys-color-surface-variant);
204
+ }
205
+ .on-surface-variant {
206
+ background-color: var(--md-sys-color-on-surface-variant);
207
+ }
208
+ .on-surface-variant-text {
209
+ color: var(--md-sys-color-on-surface-variant);
210
+ }
211
+ .inverse-surface {
212
+ background-color: var(--md-sys-color-inverse-surface);
213
+ }
214
+ .inverse-surface-text {
215
+ color: var(--md-sys-color-inverse-surface);
216
+ }
217
+ .inverse-on-surface {
218
+ background-color: var(--md-sys-color-inverse-on-surface);
219
+ }
220
+ .inverse-on-surface-text {
221
+ color: var(--md-sys-color-inverse-on-surface);
222
+ }
223
+ .inverse-primary {
224
+ background-color: var(--md-sys-color-inverse-primary);
225
+ }
226
+ .inverse-primary-text {
227
+ color: var(--md-sys-color-inverse-primary);
228
+ }
229
+ .shadow {
230
+ background-color: var(--md-sys-color-shadow);
231
+ }
232
+ .shadow-text {
233
+ color: var(--md-sys-color-shadow);
234
+ }
235
+ .surface-tint {
236
+ background-color: var(--md-sys-color-surface-tint);
237
+ }
238
+ .surface-tint-text {
239
+ color: var(--md-sys-color-surface-tint);
240
+ }
241
+ .outline-variant {
242
+ background-color: var(--md-sys-color-outline-variant);
243
+ }
244
+ .outline-variant-text {
245
+ color: var(--md-sys-color-outline-variant);
246
+ }
247
+ .scrim {
248
+ background-color: var(--md-sys-color-scrim);
249
+ }
250
+ .scrim-text {
251
+ color: var(--md-sys-color-scrim);
252
+ }
253
+ .surface-container-highest {
254
+ background-color: var(--md-sys-color-surface-container-highest);
255
+ }
256
+ .surface-container-highest-text {
257
+ color: var(--md-sys-color-surface-container-highest);
258
+ }
259
+ .surface-container-high {
260
+ background-color: var(--md-sys-color-surface-container-high);
261
+ }
262
+ .surface-container-high-text {
263
+ color: var(--md-sys-color-surface-container-high);
264
+ }
265
+ .surface-container {
266
+ background-color: var(--md-sys-color-surface-container);
267
+ }
268
+ .surface-container-text {
269
+ color: var(--md-sys-color-surface-container);
270
+ }
271
+ .surface-container-low {
272
+ background-color: var(--md-sys-color-surface-container-low);
273
+ }
274
+ .surface-container-low-text {
275
+ color: var(--md-sys-color-surface-container-low);
276
+ }
277
+ .surface-container-lowest {
278
+ background-color: var(--md-sys-color-surface-container-lowest);
279
+ }
280
+ .surface-container-lowest-text {
281
+ color: var(--md-sys-color-surface-container-lowest);
282
+ }
283
+ .surface-bright {
284
+ background-color: var(--md-sys-color-surface-bright);
285
+ }
286
+ .surface-bright-text {
287
+ color: var(--md-sys-color-surface-bright);
288
+ }
289
+ .surface-dim {
290
+ background-color: var(--md-sys-color-surface-dim);
291
+ }
292
+ .surface-dim-text {
293
+ color: var(--md-sys-color-surface-dim);
294
+ }
@@ -1,5 +1,5 @@
1
- @import url(tokens.css);
2
- @import url(colors.module.css);
3
- @import url(typography.module.css);
4
- @import url(theme.light.css) (prefers-color-scheme: light);
5
- @import url(theme.dark.css) (prefers-color-scheme: dark);
1
+ @import url(tokens.css);
2
+ @import url(colors.module.css);
3
+ @import url(typography.module.css);
4
+ @import url(theme.light.css) (prefers-color-scheme: light);
5
+ @import url(theme.dark.css) (prefers-color-scheme: dark);