dark-blog-theme 0.1.7 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +2 -3
- data/_layouts/default.html +1 -1
- data/_layouts/home.html +2 -4
- data/_sass/minima/_base.scss +164 -397
- data/_sass/minima/_layout.scss +9 -1
- data/_sass/minima.scss +7 -7
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b1c54887b9172bfc17e0df6d225613e3616ad0f9fb6a8be3dbdd96611fcbdd2
|
4
|
+
data.tar.gz: 466f99a17ff232a07302aa66f93fd309b5713cbe4c3e64602d50773a71a69d2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdbf25b429c15b8ec45a45d2fd987a1321e61e811bcc9d9165113b1a79edf9966bfeb78809beae5c69bf5523bf22f3a0392f5fef345cc4a704736ddb1f145c0c
|
7
|
+
data.tar.gz: 36fe7745d05e34e2a12891ed2ae859ecd2e55c894c3127512c4ee5fef9245a5e70ca9eaa3483a695683e2d46df1d7d82a03102d2d1eaf6a9665834c7c2f2ea0a
|
data/_config.yml
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
18
18
|
# You can create any custom variable you would like, and they will be accessible
|
19
19
|
# in the templates via {{ site.myvariable }}.
|
20
|
-
|
20
|
+
show_excerpts: true
|
21
21
|
title: Your awesome title
|
22
22
|
email: your-email@example.com
|
23
23
|
description: >- # this means to ignore newlines until "baseurl:"
|
@@ -27,12 +27,11 @@ description: >- # this means to ignore newlines until "baseurl:"
|
|
27
27
|
baseurl: "" # the subpath of your site, e.g. /blog
|
28
28
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
29
29
|
twitter_username: jekyllrb
|
30
|
-
github_username:
|
30
|
+
github_username: jekyll
|
31
31
|
|
32
32
|
# Build settings
|
33
33
|
plugins:
|
34
34
|
- jekyll-feed
|
35
|
-
|
36
35
|
# Exclude from processing.
|
37
36
|
# The following items will not be processed, by default.
|
38
37
|
# Any item listed under the `exclude:` key here will be automatically added to
|
data/_layouts/default.html
CHANGED
data/_layouts/home.html
CHANGED
@@ -12,7 +12,7 @@ layout: default
|
|
12
12
|
<h2 class="post-list-heading">{{ page.list_title | default: 'Posts' }}</h2>
|
13
13
|
<ul class="post-list">
|
14
14
|
{%- for post in site.posts -%}
|
15
|
-
<li>
|
15
|
+
<li class="post-card">
|
16
16
|
{%- assign date_format = site.minima.date_format | default: '%b %-d, %Y' -%}
|
17
17
|
<span class="post-meta">{{ post.date | date: date_format }}</span>
|
18
18
|
<h3>
|
@@ -20,9 +20,7 @@ layout: default
|
|
20
20
|
{{ post.title | escape }}
|
21
21
|
</a>
|
22
22
|
</h3>
|
23
|
-
{
|
24
|
-
{{ post.excerpt }}
|
25
|
-
{%- endif -%}
|
23
|
+
{{ post.excerpt }}
|
26
24
|
</li>
|
27
25
|
{%- endfor -%}
|
28
26
|
</ul>
|
data/_sass/minima/_base.scss
CHANGED
@@ -21,397 +21,164 @@ figure {
|
|
21
21
|
padding: 0;
|
22
22
|
}
|
23
23
|
|
24
|
-
|
25
|
-
--md-
|
26
|
-
|
27
|
-
--md-
|
28
|
-
--md-
|
29
|
-
--md-
|
30
|
-
--md-
|
31
|
-
--md-
|
32
|
-
--md-
|
33
|
-
--md-
|
34
|
-
--md-
|
35
|
-
--md-
|
36
|
-
--md-
|
37
|
-
--md-
|
38
|
-
--md-
|
39
|
-
--md-
|
40
|
-
|
41
|
-
--md-
|
42
|
-
--md-
|
43
|
-
--md-
|
44
|
-
--md-
|
45
|
-
--md-
|
46
|
-
--md-
|
47
|
-
--md-
|
48
|
-
--md-
|
49
|
-
--md-
|
50
|
-
--md-
|
51
|
-
--md-
|
52
|
-
--md-
|
53
|
-
--md-
|
54
|
-
|
55
|
-
--md-
|
56
|
-
--md-
|
57
|
-
--md-
|
58
|
-
--md-
|
59
|
-
--md-
|
60
|
-
--md-
|
61
|
-
--md-
|
62
|
-
--md-
|
63
|
-
--md-
|
64
|
-
--md-
|
65
|
-
--md-
|
66
|
-
--md-
|
67
|
-
--md-
|
68
|
-
|
69
|
-
--md-
|
70
|
-
--md-
|
71
|
-
--md-
|
72
|
-
--md-
|
73
|
-
--md-
|
74
|
-
|
75
|
-
|
76
|
-
--md-
|
77
|
-
--md-
|
78
|
-
--md-
|
79
|
-
--md-
|
80
|
-
--md-
|
81
|
-
--md-
|
82
|
-
|
83
|
-
--md-
|
84
|
-
--md-
|
85
|
-
--md-
|
86
|
-
--md-
|
87
|
-
--md-
|
88
|
-
--md-
|
89
|
-
--md-
|
90
|
-
--md-
|
91
|
-
--md-
|
92
|
-
--md-
|
93
|
-
--md-
|
94
|
-
--md-
|
95
|
-
--md-
|
96
|
-
--md-
|
97
|
-
--md-
|
98
|
-
--md-
|
99
|
-
--md-
|
100
|
-
--md-
|
101
|
-
--md-
|
102
|
-
--md-
|
103
|
-
--md-
|
104
|
-
--md-
|
105
|
-
--md-
|
106
|
-
--md-
|
107
|
-
|
108
|
-
--md-
|
109
|
-
--md-
|
110
|
-
--md-
|
111
|
-
--md-
|
112
|
-
--md-
|
113
|
-
--md-
|
114
|
-
--md-
|
115
|
-
--md-
|
116
|
-
--md-
|
117
|
-
--md-
|
118
|
-
--md-
|
119
|
-
--md-
|
120
|
-
--md-
|
121
|
-
|
122
|
-
--md-sys-color-
|
123
|
-
--md-sys-color-
|
124
|
-
--md-sys-color-
|
125
|
-
|
126
|
-
|
127
|
-
--md-sys-color-
|
128
|
-
--md-sys-color-
|
129
|
-
--md-sys-color-on-primary
|
130
|
-
--md-sys-color-
|
131
|
-
--md-sys-color-on-
|
132
|
-
--md-sys-color-secondary
|
133
|
-
--md-sys-color-on-secondary
|
134
|
-
--md-sys-color-secondary-
|
135
|
-
--md-sys-color-on-secondary-
|
136
|
-
--md-sys-color-
|
137
|
-
--md-sys-color-on-
|
138
|
-
--md-sys-color-tertiary-
|
139
|
-
--md-sys-color-on-tertiary-
|
140
|
-
--md-sys-color-
|
141
|
-
--md-sys-color-on-
|
142
|
-
--md-sys-color-
|
143
|
-
--md-sys-color-on-
|
144
|
-
--md-sys-color-
|
145
|
-
--md-sys-color-on-
|
146
|
-
--md-sys-color-
|
147
|
-
--md-sys-color-on-
|
148
|
-
--md-sys-color-
|
149
|
-
--md-sys-color-on-
|
150
|
-
--md-sys-color-outline
|
151
|
-
--md-sys-color-
|
152
|
-
--md-sys-color-
|
153
|
-
--md-sys-color-
|
154
|
-
--md-sys-color-
|
155
|
-
--md-sys-color-
|
156
|
-
--md-sys-color-
|
157
|
-
--md-sys-color-
|
158
|
-
--md-sys-color-
|
159
|
-
--md-sys-color-
|
160
|
-
--md-sys-color-
|
161
|
-
--md-sys-color-
|
162
|
-
--md-sys-color-
|
163
|
-
--md-sys-color-
|
164
|
-
--md-sys-color-
|
165
|
-
--md-sys-color-
|
166
|
-
--md-sys-color-
|
167
|
-
--md-sys-color-
|
168
|
-
--md-sys-color-
|
169
|
-
--md-sys-color-surface-
|
170
|
-
--md-sys-color-surface-
|
171
|
-
|
172
|
-
--md-sys-color-
|
173
|
-
--md-sys-color-
|
174
|
-
--md-sys-color-
|
175
|
-
--md-sys-color-
|
176
|
-
--md-sys-color-primary-fixed-dark: #eaddff;
|
177
|
-
--md-sys-color-on-primary-fixed-dark: #21005d;
|
178
|
-
--md-sys-color-primary-fixed-dim-dark: #d0bcff;
|
179
|
-
--md-sys-color-on-primary-fixed-variant-dark: #4f378b;
|
180
|
-
--md-sys-color-secondary-dark: #ccc2dc;
|
181
|
-
--md-sys-color-on-secondary-dark: #332d41;
|
182
|
-
--md-sys-color-secondary-container-dark: #4a4458;
|
183
|
-
--md-sys-color-on-secondary-container-dark: #e8def8;
|
184
|
-
--md-sys-color-secondary-fixed-dark: #e8def8;
|
185
|
-
--md-sys-color-on-secondary-fixed-dark: #1d192b;
|
186
|
-
--md-sys-color-secondary-fixed-dim-dark: #ccc2dc;
|
187
|
-
--md-sys-color-on-secondary-fixed-variant-dark: #4a4458;
|
188
|
-
--md-sys-color-tertiary-dark: #efb8c8;
|
189
|
-
--md-sys-color-on-tertiary-dark: #492532;
|
190
|
-
--md-sys-color-tertiary-container-dark: #633b48;
|
191
|
-
--md-sys-color-on-tertiary-container-dark: #ffd8e4;
|
192
|
-
--md-sys-color-tertiary-fixed-dark: #ffd8e4;
|
193
|
-
--md-sys-color-on-tertiary-fixed-dark: #31111d;
|
194
|
-
--md-sys-color-tertiary-fixed-dim-dark: #efb8c8;
|
195
|
-
--md-sys-color-on-tertiary-fixed-variant-dark: #633b48;
|
196
|
-
--md-sys-color-error-dark: #f2b8b5;
|
197
|
-
--md-sys-color-on-error-dark: #601410;
|
198
|
-
--md-sys-color-error-container-dark: #8c1d18;
|
199
|
-
--md-sys-color-on-error-container-dark: #f9dedc;
|
200
|
-
--md-sys-color-outline-dark: #938f99;
|
201
|
-
--md-sys-color-background-dark: #141218;
|
202
|
-
--md-sys-color-on-background-dark: #e6e0e9;
|
203
|
-
--md-sys-color-surface-dark: #141218;
|
204
|
-
--md-sys-color-on-surface-dark: #e6e0e9;
|
205
|
-
--md-sys-color-surface-variant-dark: #49454f;
|
206
|
-
--md-sys-color-on-surface-variant-dark: #cac4d0;
|
207
|
-
--md-sys-color-inverse-surface-dark: #e6e0e9;
|
208
|
-
--md-sys-color-inverse-on-surface-dark: #322f35;
|
209
|
-
--md-sys-color-inverse-primary-dark: #6750a4;
|
210
|
-
--md-sys-color-shadow-dark: #000000;
|
211
|
-
--md-sys-color-surface-tint-dark: #d0bcff;
|
212
|
-
--md-sys-color-outline-variant-dark: #49454f;
|
213
|
-
--md-sys-color-scrim-dark: #000000;
|
214
|
-
--md-sys-color-surface-container-highest-dark: #36343b;
|
215
|
-
--md-sys-color-surface-container-high-dark: #2b2930;
|
216
|
-
--md-sys-color-surface-container-dark: #211f26;
|
217
|
-
--md-sys-color-surface-container-low-dark: #1d1b20;
|
218
|
-
--md-sys-color-surface-container-lowest-dark: #0f0d13;
|
219
|
-
--md-sys-color-surface-bright-dark: #3b383e;
|
220
|
-
--md-sys-color-surface-dim-dark: #141218;
|
221
|
-
/* display - large */
|
222
|
-
--md-sys-typescale-display-large-font-family-name: Roboto;
|
223
|
-
--md-sys-typescale-display-large-font-family-style: Regular;
|
224
|
-
--md-sys-typescale-display-large-font-weight: 400px;
|
225
|
-
--md-sys-typescale-display-large-font-size: 57px;
|
226
|
-
--md-sys-typescale-display-large-line-height: 64px;
|
227
|
-
--md-sys-typescale-display-large-letter-spacing: -0.25px;
|
228
|
-
/* display - medium */
|
229
|
-
--md-sys-typescale-display-medium-font-family-name: Roboto;
|
230
|
-
--md-sys-typescale-display-medium-font-family-style: Regular;
|
231
|
-
--md-sys-typescale-display-medium-font-weight: 400px;
|
232
|
-
--md-sys-typescale-display-medium-font-size: 45px;
|
233
|
-
--md-sys-typescale-display-medium-line-height: 52px;
|
234
|
-
--md-sys-typescale-display-medium-letter-spacing: 0px;
|
235
|
-
/* display - small */
|
236
|
-
--md-sys-typescale-display-small-font-family-name: Roboto;
|
237
|
-
--md-sys-typescale-display-small-font-family-style: Regular;
|
238
|
-
--md-sys-typescale-display-small-font-weight: 400px;
|
239
|
-
--md-sys-typescale-display-small-font-size: 36px;
|
240
|
-
--md-sys-typescale-display-small-line-height: 44px;
|
241
|
-
--md-sys-typescale-display-small-letter-spacing: 0px;
|
242
|
-
/* headline - large */
|
243
|
-
--md-sys-typescale-headline-large-font-family-name: Roboto;
|
244
|
-
--md-sys-typescale-headline-large-font-family-style: Regular;
|
245
|
-
--md-sys-typescale-headline-large-font-weight: 400px;
|
246
|
-
--md-sys-typescale-headline-large-font-size: 32px;
|
247
|
-
--md-sys-typescale-headline-large-line-height: 40px;
|
248
|
-
--md-sys-typescale-headline-large-letter-spacing: 0px;
|
249
|
-
/* headline - medium */
|
250
|
-
--md-sys-typescale-headline-medium-font-family-name: Roboto;
|
251
|
-
--md-sys-typescale-headline-medium-font-family-style: Regular;
|
252
|
-
--md-sys-typescale-headline-medium-font-weight: 400px;
|
253
|
-
--md-sys-typescale-headline-medium-font-size: 28px;
|
254
|
-
--md-sys-typescale-headline-medium-line-height: 36px;
|
255
|
-
--md-sys-typescale-headline-medium-letter-spacing: 0px;
|
256
|
-
/* headline - small */
|
257
|
-
--md-sys-typescale-headline-small-font-family-name: Roboto;
|
258
|
-
--md-sys-typescale-headline-small-font-family-style: Regular;
|
259
|
-
--md-sys-typescale-headline-small-font-weight: 400px;
|
260
|
-
--md-sys-typescale-headline-small-font-size: 24px;
|
261
|
-
--md-sys-typescale-headline-small-line-height: 32px;
|
262
|
-
--md-sys-typescale-headline-small-letter-spacing: 0px;
|
263
|
-
/* body - large */
|
264
|
-
--md-sys-typescale-body-large-font-family-name: Roboto;
|
265
|
-
--md-sys-typescale-body-large-font-family-style: Regular;
|
266
|
-
--md-sys-typescale-body-large-font-weight: 400px;
|
267
|
-
--md-sys-typescale-body-large-font-size: 16px;
|
268
|
-
--md-sys-typescale-body-large-line-height: 24px;
|
269
|
-
--md-sys-typescale-body-large-letter-spacing: 0.5px;
|
270
|
-
/* body - medium */
|
271
|
-
--md-sys-typescale-body-medium-font-family-name: Roboto;
|
272
|
-
--md-sys-typescale-body-medium-font-family-style: Regular;
|
273
|
-
--md-sys-typescale-body-medium-font-weight: 400px;
|
274
|
-
--md-sys-typescale-body-medium-font-size: 14px;
|
275
|
-
--md-sys-typescale-body-medium-line-height: 20px;
|
276
|
-
--md-sys-typescale-body-medium-letter-spacing: 0.25px;
|
277
|
-
/* body - small */
|
278
|
-
--md-sys-typescale-body-small-font-family-name: Roboto;
|
279
|
-
--md-sys-typescale-body-small-font-family-style: Regular;
|
280
|
-
--md-sys-typescale-body-small-font-weight: 400px;
|
281
|
-
--md-sys-typescale-body-small-font-size: 12px;
|
282
|
-
--md-sys-typescale-body-small-line-height: 16px;
|
283
|
-
--md-sys-typescale-body-small-letter-spacing: 0.4px;
|
284
|
-
/* label - large */
|
285
|
-
--md-sys-typescale-label-large-font-family-name: Roboto;
|
286
|
-
--md-sys-typescale-label-large-font-family-style: Medium;
|
287
|
-
--md-sys-typescale-label-large-font-weight: 500px;
|
288
|
-
--md-sys-typescale-label-large-font-size: 14px;
|
289
|
-
--md-sys-typescale-label-large-line-height: 20px;
|
290
|
-
--md-sys-typescale-label-large-letter-spacing: 0.1px;
|
291
|
-
/* label - medium */
|
292
|
-
--md-sys-typescale-label-medium-font-family-name: Roboto;
|
293
|
-
--md-sys-typescale-label-medium-font-family-style: Medium;
|
294
|
-
--md-sys-typescale-label-medium-font-weight: 500px;
|
295
|
-
--md-sys-typescale-label-medium-font-size: 12px;
|
296
|
-
--md-sys-typescale-label-medium-line-height: 16px;
|
297
|
-
--md-sys-typescale-label-medium-letter-spacing: 0.5px;
|
298
|
-
/* label - small */
|
299
|
-
--md-sys-typescale-label-small-font-family-name: Roboto;
|
300
|
-
--md-sys-typescale-label-small-font-family-style: Medium;
|
301
|
-
--md-sys-typescale-label-small-font-weight: 500px;
|
302
|
-
--md-sys-typescale-label-small-font-size: 11px;
|
303
|
-
--md-sys-typescale-label-small-line-height: 16px;
|
304
|
-
--md-sys-typescale-label-small-letter-spacing: 0.5px;
|
305
|
-
/* title - large */
|
306
|
-
--md-sys-typescale-title-large-font-family-name: Roboto;
|
307
|
-
--md-sys-typescale-title-large-font-family-style: Regular;
|
308
|
-
--md-sys-typescale-title-large-font-weight: 400px;
|
309
|
-
--md-sys-typescale-title-large-font-size: 22px;
|
310
|
-
--md-sys-typescale-title-large-line-height: 28px;
|
311
|
-
--md-sys-typescale-title-large-letter-spacing: 0px;
|
312
|
-
/* title - medium */
|
313
|
-
--md-sys-typescale-title-medium-font-family-name: Roboto;
|
314
|
-
--md-sys-typescale-title-medium-font-family-style: Medium;
|
315
|
-
--md-sys-typescale-title-medium-font-weight: 500px;
|
316
|
-
--md-sys-typescale-title-medium-font-size: 16px;
|
317
|
-
--md-sys-typescale-title-medium-line-height: 24px;
|
318
|
-
--md-sys-typescale-title-medium-letter-spacing: 0.15px;
|
319
|
-
/* title - small */
|
320
|
-
--md-sys-typescale-title-small-font-family-name: Roboto;
|
321
|
-
--md-sys-typescale-title-small-font-family-style: Medium;
|
322
|
-
--md-sys-typescale-title-small-font-weight: 500px;
|
323
|
-
--md-sys-typescale-title-small-font-size: 14px;
|
324
|
-
--md-sys-typescale-title-small-line-height: 20px;
|
325
|
-
--md-sys-typescale-title-small-letter-spacing: 0.1px;
|
326
|
-
}
|
327
|
-
.dark {
|
328
|
-
--md-sys-color-primary: var(--md-sys-color-primary-dark);
|
329
|
-
--md-sys-color-on-primary: var(--md-sys-color-on-primary-dark);
|
330
|
-
--md-sys-color-primary-container: var(--md-sys-color-primary-container-dark);
|
331
|
-
--md-sys-color-on-primary-container: var(
|
332
|
-
--md-sys-color-on-primary-container-dark
|
333
|
-
);
|
334
|
-
--md-sys-color-primary-fixed: var(--md-sys-color-primary-fixed-dark);
|
335
|
-
--md-sys-color-on-primary-fixed: var(--md-sys-color-on-primary-fixed-dark);
|
336
|
-
--md-sys-color-primary-fixed-dim: var(--md-sys-color-primary-fixed-dim-dark);
|
337
|
-
--md-sys-color-on-primary-fixed-variant: var(
|
338
|
-
--md-sys-color-on-primary-fixed-variant-dark
|
339
|
-
);
|
340
|
-
--md-sys-color-secondary: var(--md-sys-color-secondary-dark);
|
341
|
-
--md-sys-color-on-secondary: var(--md-sys-color-on-secondary-dark);
|
342
|
-
--md-sys-color-secondary-container: var(
|
343
|
-
--md-sys-color-secondary-container-dark
|
344
|
-
);
|
345
|
-
--md-sys-color-on-secondary-container: var(
|
346
|
-
--md-sys-color-on-secondary-container-dark
|
347
|
-
);
|
348
|
-
--md-sys-color-secondary-fixed: var(--md-sys-color-secondary-fixed-dark);
|
349
|
-
--md-sys-color-on-secondary-fixed: var(
|
350
|
-
--md-sys-color-on-secondary-fixed-dark
|
351
|
-
);
|
352
|
-
--md-sys-color-secondary-fixed-dim: var(
|
353
|
-
--md-sys-color-secondary-fixed-dim-dark
|
354
|
-
);
|
355
|
-
--md-sys-color-on-secondary-fixed-variant: var(
|
356
|
-
--md-sys-color-on-secondary-fixed-variant-dark
|
357
|
-
);
|
358
|
-
--md-sys-color-tertiary: var(--md-sys-color-tertiary-dark);
|
359
|
-
--md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-dark);
|
360
|
-
--md-sys-color-tertiary-container: var(
|
361
|
-
--md-sys-color-tertiary-container-dark
|
362
|
-
);
|
363
|
-
--md-sys-color-on-tertiary-container: var(
|
364
|
-
--md-sys-color-on-tertiary-container-dark
|
365
|
-
);
|
366
|
-
--md-sys-color-tertiary-fixed: var(--md-sys-color-tertiary-fixed-dark);
|
367
|
-
--md-sys-color-on-tertiary-fixed: var(--md-sys-color-on-tertiary-fixed-dark);
|
368
|
-
--md-sys-color-tertiary-fixed-dim: var(
|
369
|
-
--md-sys-color-tertiary-fixed-dim-dark
|
370
|
-
);
|
371
|
-
--md-sys-color-on-tertiary-fixed-variant: var(
|
372
|
-
--md-sys-color-on-tertiary-fixed-variant-dark
|
373
|
-
);
|
374
|
-
--md-sys-color-error: var(--md-sys-color-error-dark);
|
375
|
-
--md-sys-color-on-error: var(--md-sys-color-on-error-dark);
|
376
|
-
--md-sys-color-error-container: var(--md-sys-color-error-container-dark);
|
377
|
-
--md-sys-color-on-error-container: var(
|
378
|
-
--md-sys-color-on-error-container-dark
|
379
|
-
);
|
380
|
-
--md-sys-color-outline: var(--md-sys-color-outline-dark);
|
381
|
-
--md-sys-color-background: var(--md-sys-color-background-dark);
|
382
|
-
--md-sys-color-on-background: var(--md-sys-color-on-background-dark);
|
383
|
-
--md-sys-color-surface: var(--md-sys-color-surface-dark);
|
384
|
-
--md-sys-color-on-surface: var(--md-sys-color-on-surface-dark);
|
385
|
-
--md-sys-color-surface-variant: var(--md-sys-color-surface-variant-dark);
|
386
|
-
--md-sys-color-on-surface-variant: var(
|
387
|
-
--md-sys-color-on-surface-variant-dark
|
388
|
-
);
|
389
|
-
--md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-dark);
|
390
|
-
--md-sys-color-inverse-on-surface: var(
|
391
|
-
--md-sys-color-inverse-on-surface-dark
|
392
|
-
);
|
393
|
-
--md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-dark);
|
394
|
-
--md-sys-color-shadow: var(--md-sys-color-shadow-dark);
|
395
|
-
--md-sys-color-surface-tint: var(--md-sys-color-surface-tint-dark);
|
396
|
-
--md-sys-color-outline-variant: var(--md-sys-color-outline-variant-dark);
|
397
|
-
--md-sys-color-scrim: var(--md-sys-color-scrim-dark);
|
398
|
-
--md-sys-color-surface-container-highest: var(
|
399
|
-
--md-sys-color-surface-container-highest-dark
|
400
|
-
);
|
401
|
-
--md-sys-color-surface-container-high: var(
|
402
|
-
--md-sys-color-surface-container-high-dark
|
403
|
-
);
|
404
|
-
--md-sys-color-surface-container: var(--md-sys-color-surface-container-dark);
|
405
|
-
--md-sys-color-surface-container-low: var(
|
406
|
-
--md-sys-color-surface-container-low-dark
|
407
|
-
);
|
408
|
-
--md-sys-color-surface-container-lowest: var(
|
409
|
-
--md-sys-color-surface-container-lowest-dark
|
410
|
-
);
|
411
|
-
--md-sys-color-surface-bright: var(--md-sys-color-surface-bright-dark);
|
412
|
-
--md-sys-color-surface-dim: var(--md-sys-color-surface-dim-dark);
|
24
|
+
.dark-green {
|
25
|
+
--md-sys-color-primary: rgb(177 209 138);
|
26
|
+
--md-sys-color-surface-tint: rgb(177 209 138);
|
27
|
+
--md-sys-color-on-primary: rgb(31 55 1);
|
28
|
+
--md-sys-color-primary-container: rgb(53 78 22);
|
29
|
+
--md-sys-color-on-primary-container: rgb(205 237 163);
|
30
|
+
--md-sys-color-secondary: rgb(191 203 173);
|
31
|
+
--md-sys-color-on-secondary: rgb(42 51 30);
|
32
|
+
--md-sys-color-secondary-container: rgb(64 74 51);
|
33
|
+
--md-sys-color-on-secondary-container: rgb(220 231 200);
|
34
|
+
--md-sys-color-tertiary: rgb(160 208 203);
|
35
|
+
--md-sys-color-on-tertiary: rgb(0 55 53);
|
36
|
+
--md-sys-color-tertiary-container: rgb(31 78 75);
|
37
|
+
--md-sys-color-on-tertiary-container: rgb(188 236 231);
|
38
|
+
--md-sys-color-error: rgb(255 180 171);
|
39
|
+
--md-sys-color-on-error: rgb(105 0 5);
|
40
|
+
--md-sys-color-error-container: rgb(147 0 10);
|
41
|
+
--md-sys-color-on-error-container: rgb(255 218 214);
|
42
|
+
--md-sys-color-background: rgb(18 20 14);
|
43
|
+
--md-sys-color-on-background: rgb(226 227 216);
|
44
|
+
--md-sys-color-surface: rgb(18 20 14);
|
45
|
+
--md-sys-color-on-surface: rgb(226 227 216);
|
46
|
+
--md-sys-color-surface-variant: rgb(68 72 61);
|
47
|
+
--md-sys-color-on-surface-variant: rgb(197 200 186);
|
48
|
+
--md-sys-color-outline: rgb(143 146 133);
|
49
|
+
--md-sys-color-outline-variant: rgb(68 72 61);
|
50
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
51
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
52
|
+
--md-sys-color-inverse-surface: rgb(226 227 216);
|
53
|
+
--md-sys-color-inverse-on-surface: rgb(47 49 42);
|
54
|
+
--md-sys-color-inverse-primary: rgb(76 102 43);
|
55
|
+
--md-sys-color-primary-fixed: rgb(205 237 163);
|
56
|
+
--md-sys-color-on-primary-fixed: rgb(16 32 0);
|
57
|
+
--md-sys-color-primary-fixed-dim: rgb(177 209 138);
|
58
|
+
--md-sys-color-on-primary-fixed-variant: rgb(53 78 22);
|
59
|
+
--md-sys-color-secondary-fixed: rgb(220 231 200);
|
60
|
+
--md-sys-color-on-secondary-fixed: rgb(21 30 11);
|
61
|
+
--md-sys-color-secondary-fixed-dim: rgb(191 203 173);
|
62
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(64 74 51);
|
63
|
+
--md-sys-color-tertiary-fixed: rgb(188 236 231);
|
64
|
+
--md-sys-color-on-tertiary-fixed: rgb(0 32 30);
|
65
|
+
--md-sys-color-tertiary-fixed-dim: rgb(160 208 203);
|
66
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(31 78 75);
|
67
|
+
--md-sys-color-surface-dim: rgb(18 20 14);
|
68
|
+
--md-sys-color-surface-bright: rgb(56 58 50);
|
69
|
+
--md-sys-color-surface-container-lowest: rgb(12 15 9);
|
70
|
+
--md-sys-color-surface-container-low: rgb(26 28 22);
|
71
|
+
--md-sys-color-surface-container: rgb(30 32 26);
|
72
|
+
--md-sys-color-surface-container-high: rgb(40 43 36);
|
73
|
+
--md-sys-color-surface-container-highest: rgb(51 54 46);
|
74
|
+
}
|
75
|
+
.light-green {
|
76
|
+
--md-sys-color-primary: rgb(76 102 43);
|
77
|
+
--md-sys-color-surface-tint: rgb(76 102 43);
|
78
|
+
--md-sys-color-on-primary: rgb(255 255 255);
|
79
|
+
--md-sys-color-primary-container: rgb(205 237 163);
|
80
|
+
--md-sys-color-on-primary-container: rgb(16 32 0);
|
81
|
+
--md-sys-color-secondary: rgb(88 98 73);
|
82
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
83
|
+
--md-sys-color-secondary-container: rgb(220 231 200);
|
84
|
+
--md-sys-color-on-secondary-container: rgb(21 30 11);
|
85
|
+
--md-sys-color-tertiary: rgb(56 102 99);
|
86
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
87
|
+
--md-sys-color-tertiary-container: rgb(188 236 231);
|
88
|
+
--md-sys-color-on-tertiary-container: rgb(0 32 30);
|
89
|
+
--md-sys-color-error: rgb(186 26 26);
|
90
|
+
--md-sys-color-on-error: rgb(255 255 255);
|
91
|
+
--md-sys-color-error-container: rgb(255 218 214);
|
92
|
+
--md-sys-color-on-error-container: rgb(65 0 2);
|
93
|
+
--md-sys-color-background: rgb(249 250 239);
|
94
|
+
--md-sys-color-on-background: rgb(26 28 22);
|
95
|
+
--md-sys-color-surface: rgb(249 250 239);
|
96
|
+
--md-sys-color-on-surface: rgb(26 28 22);
|
97
|
+
--md-sys-color-surface-variant: rgb(225 228 213);
|
98
|
+
--md-sys-color-on-surface-variant: rgb(68 72 61);
|
99
|
+
--md-sys-color-outline: rgb(117 121 108);
|
100
|
+
--md-sys-color-outline-variant: rgb(197 200 186);
|
101
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
102
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
103
|
+
--md-sys-color-inverse-surface: rgb(47 49 42);
|
104
|
+
--md-sys-color-inverse-on-surface: rgb(241 242 230);
|
105
|
+
--md-sys-color-inverse-primary: rgb(177 209 138);
|
106
|
+
--md-sys-color-primary-fixed: rgb(205 237 163);
|
107
|
+
--md-sys-color-on-primary-fixed: rgb(16 32 0);
|
108
|
+
--md-sys-color-primary-fixed-dim: rgb(177 209 138);
|
109
|
+
--md-sys-color-on-primary-fixed-variant: rgb(53 78 22);
|
110
|
+
--md-sys-color-secondary-fixed: rgb(220 231 200);
|
111
|
+
--md-sys-color-on-secondary-fixed: rgb(21 30 11);
|
112
|
+
--md-sys-color-secondary-fixed-dim: rgb(191 203 173);
|
113
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(64 74 51);
|
114
|
+
--md-sys-color-tertiary-fixed: rgb(188 236 231);
|
115
|
+
--md-sys-color-on-tertiary-fixed: rgb(0 32 30);
|
116
|
+
--md-sys-color-tertiary-fixed-dim: rgb(160 208 203);
|
117
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(31 78 75);
|
118
|
+
--md-sys-color-surface-dim: rgb(218 219 208);
|
119
|
+
--md-sys-color-surface-bright: rgb(249 250 239);
|
120
|
+
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
121
|
+
--md-sys-color-surface-container-low: rgb(243 244 233);
|
122
|
+
--md-sys-color-surface-container: rgb(238 239 227);
|
123
|
+
--md-sys-color-surface-container-high: rgb(232 233 222);
|
124
|
+
--md-sys-color-surface-container-highest: rgb(226 227 216);
|
125
|
+
}
|
126
|
+
.dark-pink {
|
127
|
+
--md-sys-color-primary: rgb(240 179 231);
|
128
|
+
--md-sys-color-surface-tint: rgb(240 179 231);
|
129
|
+
--md-sys-color-on-primary: rgb(75 31 74);
|
130
|
+
--md-sys-color-primary-container: rgb(101 54 98);
|
131
|
+
--md-sys-color-on-primary-container: rgb(255 215 247);
|
132
|
+
--md-sys-color-secondary: rgb(218 191 211);
|
133
|
+
--md-sys-color-on-secondary: rgb(61 43 58);
|
134
|
+
--md-sys-color-secondary-container: rgb(84 65 81);
|
135
|
+
--md-sys-color-on-secondary-container: rgb(247 218 239);
|
136
|
+
--md-sys-color-tertiary: rgb(246 184 168);
|
137
|
+
--md-sys-color-on-tertiary: rgb(76 38 27);
|
138
|
+
--md-sys-color-tertiary-container: rgb(102 59 48);
|
139
|
+
--md-sys-color-on-tertiary-container: rgb(255 219 209);
|
140
|
+
--md-sys-color-error: rgb(255 180 171);
|
141
|
+
--md-sys-color-on-error: rgb(105 0 5);
|
142
|
+
--md-sys-color-error-container: rgb(147 0 10);
|
143
|
+
--md-sys-color-on-error-container: rgb(255 218 214);
|
144
|
+
--md-sys-color-background: rgb(23 18 22);
|
145
|
+
--md-sys-color-on-background: rgb(235 223 230);
|
146
|
+
--md-sys-color-surface: rgb(23 18 22);
|
147
|
+
--md-sys-color-on-surface: rgb(235 223 230);
|
148
|
+
--md-sys-color-surface-variant: rgb(78 68 75);
|
149
|
+
--md-sys-color-on-surface-variant: rgb(209 195 203);
|
150
|
+
--md-sys-color-outline: rgb(154 141 149);
|
151
|
+
--md-sys-color-outline-variant: rgb(78 68 75);
|
152
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
153
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
154
|
+
--md-sys-color-inverse-surface: rgb(235 223 230);
|
155
|
+
--md-sys-color-inverse-on-surface: rgb(53 46 51);
|
156
|
+
--md-sys-color-inverse-primary: rgb(127 77 123);
|
157
|
+
--md-sys-color-primary-fixed: rgb(255 215 247);
|
158
|
+
--md-sys-color-on-primary-fixed: rgb(51 8 51);
|
159
|
+
--md-sys-color-primary-fixed-dim: rgb(240 179 231);
|
160
|
+
--md-sys-color-on-primary-fixed-variant: rgb(101 54 98);
|
161
|
+
--md-sys-color-secondary-fixed: rgb(247 218 239);
|
162
|
+
--md-sys-color-on-secondary-fixed: rgb(38 22 37);
|
163
|
+
--md-sys-color-secondary-fixed-dim: rgb(218 191 211);
|
164
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(84 65 81);
|
165
|
+
--md-sys-color-tertiary-fixed: rgb(255 219 209);
|
166
|
+
--md-sys-color-on-tertiary-fixed: rgb(50 18 9);
|
167
|
+
--md-sys-color-tertiary-fixed-dim: rgb(246 184 168);
|
168
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(102 59 48);
|
169
|
+
--md-sys-color-surface-dim: rgb(23 18 22);
|
170
|
+
--md-sys-color-surface-bright: rgb(62 55 60);
|
171
|
+
--md-sys-color-surface-container-lowest: rgb(18 13 17);
|
172
|
+
--md-sys-color-surface-container-low: rgb(32 26 30);
|
173
|
+
--md-sys-color-surface-container: rgb(36 30 34);
|
174
|
+
--md-sys-color-surface-container-high: rgb(47 40 45);
|
175
|
+
--md-sys-color-surface-container-highest: rgb(58 51 56);
|
413
176
|
}
|
414
177
|
|
178
|
+
@font-face {
|
179
|
+
font-family: Virgil;
|
180
|
+
src: url("/assets/fonts/Virgil.woff2");
|
181
|
+
}
|
415
182
|
/**
|
416
183
|
* Basic styling
|
417
184
|
*/
|
@@ -512,7 +279,7 @@ a {
|
|
512
279
|
text-decoration: none;
|
513
280
|
|
514
281
|
&:visited {
|
515
|
-
color:
|
282
|
+
// color: var(--md-sys-color-inverse-primary);
|
516
283
|
}
|
517
284
|
|
518
285
|
&:hover {
|
@@ -626,12 +393,12 @@ table {
|
|
626
393
|
margin-bottom: $spacing-unit;
|
627
394
|
width: 100%;
|
628
395
|
text-align: $table-text-align;
|
629
|
-
color:
|
396
|
+
color: var(--md-sys-color-on-surface);
|
630
397
|
border-collapse: collapse;
|
631
|
-
border: 1px solid
|
398
|
+
border: 1px solid var(--md-sys-color-outline);
|
632
399
|
tr {
|
633
400
|
&:nth-child(even) {
|
634
|
-
background-color:
|
401
|
+
background-color: var(--md-sys-color-surface-container-high);
|
635
402
|
}
|
636
403
|
}
|
637
404
|
th,
|
@@ -639,12 +406,12 @@ table {
|
|
639
406
|
padding: ($spacing-unit / 3) ($spacing-unit / 2);
|
640
407
|
}
|
641
408
|
th {
|
642
|
-
background-color:
|
643
|
-
border: 1px solid darken($grey-color-light, 4%);
|
644
|
-
border-bottom-color: darken($grey-color-light, 12%);
|
409
|
+
background-color: var(--md-sys-color-surface-container-highest);
|
410
|
+
// border: 1px solid darken($grey-color-light, 4%);
|
411
|
+
// border-bottom-color: darken($grey-color-light, 12%);
|
645
412
|
}
|
646
413
|
td {
|
647
|
-
border: 1px solid
|
414
|
+
border: 1px solid var(--md-sys-color-outline);
|
648
415
|
}
|
649
416
|
}
|
650
417
|
.primary {
|
data/_sass/minima/_layout.scss
CHANGED
@@ -4,15 +4,22 @@
|
|
4
4
|
|
5
5
|
.site-header {
|
6
6
|
border-top: 5px solid var(--md-sys-color-outline-dark);
|
7
|
-
border-bottom: 1px solid var(--md-sys-color-outline);
|
7
|
+
// border-bottom: 1px solid var(--md-sys-color-outline);
|
8
8
|
min-height: $spacing-unit * 1.865;
|
9
9
|
|
10
10
|
// Positioning context for the mobile navigation icon
|
11
11
|
position: relative;
|
12
12
|
}
|
13
|
+
.post-card{
|
14
|
+
// border: 1px solid var(--md-sys-color-outline);
|
15
|
+
border-radius: 14px;
|
16
|
+
padding:12px;
|
17
|
+
background-color: var(--md-sys-color-surface-container)
|
13
18
|
|
19
|
+
}
|
14
20
|
.site-title {
|
15
21
|
@include relative-font-size(1.625);
|
22
|
+
font-family: Virgil;
|
16
23
|
font-weight: 300;
|
17
24
|
line-height: $base-line-height * $base-font-size * 2.25;
|
18
25
|
letter-spacing: -1px;
|
@@ -206,6 +213,7 @@
|
|
206
213
|
.post-link {
|
207
214
|
display: block;
|
208
215
|
@include relative-font-size(1.5);
|
216
|
+
// font-family: Virgil;
|
209
217
|
}
|
210
218
|
|
211
219
|
|
data/_sass/minima.scss
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
// Define defaults for each variable.
|
4
4
|
|
5
|
-
$base-font-family:
|
5
|
+
$base-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
|
6
6
|
$base-font-size: 16px !default;
|
7
7
|
$base-font-weight: 400 !default;
|
8
8
|
$small-font-size: $base-font-size * 0.875 !default;
|
@@ -10,13 +10,13 @@ $base-line-height: 1.5 !default;
|
|
10
10
|
|
11
11
|
$spacing-unit: 30px !default;
|
12
12
|
|
13
|
-
$text-color:
|
14
|
-
$background-color:
|
15
|
-
$brand-color:
|
13
|
+
$text-color: var(--md-sys-color-on-surface) !default;
|
14
|
+
$background-color: var(--md-sys-color-background) !default;
|
15
|
+
$brand-color: var(--md-sys-color-primary) !default;
|
16
16
|
|
17
|
-
$grey-color:
|
18
|
-
$grey-color-light:
|
19
|
-
$grey-color-dark:
|
17
|
+
$grey-color: var(--md-sys-color-outline) !default;
|
18
|
+
$grey-color-light: var(--md-sys-color-outline) !default;
|
19
|
+
$grey-color-dark: var(--md-sys-color-outline-dark) !default;
|
20
20
|
|
21
21
|
$table-text-align: left !default;
|
22
22
|
|