tangled
alpha
login
or
join now
dunkirk.sh
/
zera
5
fork
atom
the home site for me: also iteration 3 or 4 of my site
5
fork
atom
overview
issues
pulls
pipelines
chore: remove unused css
Kieran Klukas
1 year ago
97de5b7d
ff74b421
-703
2 changed files
expand all
collapse all
unified
split
static
css
style.css
syntax-theme.css
-140
static/css/style.css
···
1
1
-
#nav-bar {
2
2
-
padding: 0.625rem 0 0 0;
3
3
-
display: flex;
4
4
-
flex-direction: row;
5
5
-
gap: 0.25rem;
6
6
-
flex-wrap: wrap;
7
7
-
justify-content: flex-end;
8
8
-
align-items: center;
9
9
-
align-content: flex-end;
10
10
-
}
11
11
-
12
12
-
#footer-container {
13
13
-
display: flex;
14
14
-
flex-wrap: wrap;
15
15
-
justify-content: space-between;
16
16
-
align-items: center;
17
17
-
}
18
18
-
19
19
-
.accent-data {
20
20
-
color: var(--accent);
21
21
-
}
22
22
-
23
23
-
.theme-transition {
24
24
-
transition: color 0.3s ease, background-color 0.3s ease;
25
25
-
}
26
26
-
27
27
-
.tags-data {
28
28
-
display: flex;
29
29
-
flex-direction: column;
30
30
-
flex-wrap: wrap;
31
31
-
justify-content: flex-end;
32
32
-
align-items: flex-start;
33
33
-
align-content: flex-end;
34
34
-
}
35
35
-
36
36
-
.title-list li {
37
37
-
margin-bottom: 0.375rem;
38
38
-
}
39
39
-
40
40
-
/* icons settings */
41
41
-
.icons {
42
42
-
width: 1.3rem;
43
43
-
height: 1.3rem;
44
44
-
aspect-ratio: 1/1;
45
45
-
display: inline-block;
46
46
-
vertical-align: middle;
47
47
-
color: var(--text);
48
48
-
fill: var(--text);
49
49
-
background-color: transparent;
50
50
-
cursor: pointer;
51
51
-
}
52
52
-
53
53
-
.icons:hover {
54
54
-
background-color: transparent;
55
55
-
color: var(--accent);
56
56
-
}
57
57
-
58
58
-
/* footnotes */
59
59
-
.footnote-definition {
60
60
-
margin: 0 0 0 0.125rem;
61
61
-
}
62
62
-
63
63
-
.footnote-definition-label {
64
64
-
color: var(--accent);
65
65
-
}
66
66
-
67
67
-
.footnote-definition p {
68
68
-
display: inline;
69
69
-
margin: 0.625rem 0 0 0.625rem;
70
70
-
}
71
71
-
72
72
-
/* general classes */
73
73
-
.no-style {
74
74
-
padding: 0;
75
75
-
margin: 0;
76
76
-
border: none;
77
77
-
border-radius: 0;
78
78
-
}
79
79
-
80
80
-
.no-style:hover {
81
81
-
background-color: transparent;
82
82
-
color: var(--accent);
83
83
-
}
84
84
-
85
85
-
.center {
86
86
-
text-align: center;
87
87
-
}
88
88
-
89
89
-
.center img {
90
90
-
display: block;
91
91
-
margin: 1rem auto;
92
92
-
}
93
93
-
94
94
-
.float-right {
95
95
-
float: right;
96
96
-
}
97
97
-
98
98
-
.float-left {
99
99
-
float: left;
100
100
-
}
101
101
-
102
102
-
div code,
103
103
-
li code,
104
104
-
p code {
105
105
-
color: var(--text);
106
106
-
background-color: var(--bg-light);
107
107
-
}
108
108
-
109
109
-
pre {
110
110
-
border-top-left-radius: 0;
111
111
-
}
112
112
-
113
113
-
blockquote {
114
114
-
padding-top: 0.2rem;
115
115
-
padding-bottom: 0.2rem;
116
116
-
}
117
117
-
118
118
-
blockquote:has(+ pre) {
119
119
-
display: inline-block;
120
120
-
border: none;
121
121
-
font-family: "code" !important;
122
122
-
font-size: 0.8rem;
123
123
-
font-weight: 600;
124
124
-
margin: 0;
125
125
-
margin-bottom: 0.2rem;
126
126
-
margin-block: 0 0;
127
127
-
border-top-left-radius: 5px;
128
128
-
border-top-right-radius: 5px;
129
129
-
padding-left: 0.75rem;
130
130
-
padding-right: 0.75rem;
131
131
-
padding-top: 0.25rem;
132
132
-
padding-bottom: 0.25rem;
133
133
-
position: relative;
134
134
-
background-color: var(--accent);
135
135
-
}
136
136
-
137
137
-
blockquote:has(+ pre) p {
138
138
-
margin: 0;
139
139
-
color: var(--accent-text);
140
140
-
}
-563
static/css/syntax-theme.css
···
1
1
-
/*
2
2
-
* theme "Catppuccin" generated by syntect
3
3
-
*/
4
4
-
5
5
-
html[data-theme="light"] .z-code {
6
6
-
color: #4c4f69;
7
7
-
background-color: #f3f2f2;
8
8
-
}
9
9
-
10
10
-
html[data-theme="light"] .z-comment {
11
11
-
color: #9ca0b0;
12
12
-
font-style: italic;
13
13
-
}
14
14
-
html[data-theme="light"] .z-string {
15
15
-
color: #40a02b;
16
16
-
}
17
17
-
html[data-theme="light"] .z-string.z-regexp {
18
18
-
color: #fe640b;
19
19
-
}
20
20
-
html[data-theme="light"] .z-constant.z-numeric {
21
21
-
color: #fe640b;
22
22
-
}
23
23
-
html[data-theme="light"] .z-constant.z-language.z-boolean {
24
24
-
color: #fe640b;
25
25
-
font-weight: bold;
26
26
-
font-style: italic;
27
27
-
}
28
28
-
html[data-theme="light"] .z-constant.z-language {
29
29
-
color: #7287fd;
30
30
-
font-style: italic;
31
31
-
}
32
32
-
html[data-theme="light"] .z-support.z-function.z-builtin {
33
33
-
color: #fe640b;
34
34
-
font-style: italic;
35
35
-
}
36
36
-
html[data-theme="light"] .z-variable.z-other.z-constant {
37
37
-
color: #fe640b;
38
38
-
}
39
39
-
html[data-theme="light"] .z-keyword {
40
40
-
color: #d20f39;
41
41
-
font-style: italic;
42
42
-
}
43
43
-
html[data-theme="light"] .z-keyword.z-control.z-loop,
44
44
-
.z-keyword.z-control.z-conditional,
45
45
-
.z-keyword.z-control.z-c\+\+ {
46
46
-
color: #8839ef;
47
47
-
font-weight: bold;
48
48
-
}
49
49
-
html[data-theme="light"] .z-keyword.z-control.z-return,
50
50
-
.z-keyword.z-control.z-flow.z-return {
51
51
-
color: #ea76cb;
52
52
-
font-weight: bold;
53
53
-
}
54
54
-
html[data-theme="light"] .z-support.z-type.z-exception {
55
55
-
color: #fe640b;
56
56
-
font-style: italic;
57
57
-
}
58
58
-
html[data-theme="light"] .z-keyword.z-operator,
59
59
-
.z-punctuation.z-accessor {
60
60
-
color: #04a5e5;
61
61
-
font-weight: bold;
62
62
-
}
63
63
-
html[data-theme="light"] .z-punctuation.z-separator {
64
64
-
color: #179299;
65
65
-
}
66
66
-
html[data-theme="light"] .z-punctuation.z-terminator {
67
67
-
color: #179299;
68
68
-
}
69
69
-
html[data-theme="light"] .z-punctuation.z-section {
70
70
-
color: #7c7f93;
71
71
-
}
72
72
-
html[data-theme="light"] .z-keyword.z-control.z-import.z-include {
73
73
-
color: #179299;
74
74
-
font-style: italic;
75
75
-
}
76
76
-
html[data-theme="light"] .z-storage {
77
77
-
color: #d20f39;
78
78
-
}
79
79
-
html[data-theme="light"] .z-storage.z-type {
80
80
-
color: #df8e1d;
81
81
-
font-style: italic;
82
82
-
}
83
83
-
html[data-theme="light"] .z-storage.z-modifier {
84
84
-
color: #d20f39;
85
85
-
}
86
86
-
html[data-theme="light"] .z-entity.z-name.z-namespace,
87
87
-
.z-meta.z-path {
88
88
-
color: #dc8a78;
89
89
-
font-style: italic;
90
90
-
}
91
91
-
html[data-theme="light"] .z-storage.z-type.z-class {
92
92
-
color: #dc8a78;
93
93
-
font-style: italic;
94
94
-
}
95
95
-
html[data-theme="light"] .z-entity.z-name.z-label {
96
96
-
color: #1e66f5;
97
97
-
}
98
98
-
html[data-theme="light"] .z-keyword.z-declaration.z-class {
99
99
-
color: #d20f39;
100
100
-
font-style: italic;
101
101
-
}
102
102
-
html[data-theme="light"] .z-entity.z-name.z-class,
103
103
-
.z-meta.z-toc-list.z-full-identifier {
104
104
-
color: #04a5e5;
105
105
-
}
106
106
-
html[data-theme="light"] .z-entity.z-other.z-inherited-class {
107
107
-
color: #04a5e5;
108
108
-
font-style: italic;
109
109
-
}
110
110
-
html[data-theme="light"] .z-entity.z-name.z-function,
111
111
-
.z-variable.z-function {
112
112
-
color: #1e66f5;
113
113
-
font-style: italic;
114
114
-
}
115
115
-
html[data-theme="light"] .z-entity.z-name.z-function.z-preprocessor {
116
116
-
color: #d20f39;
117
117
-
}
118
118
-
html[data-theme="light"] .z-keyword.z-control.z-import {
119
119
-
color: #d20f39;
120
120
-
}
121
121
-
html[data-theme="light"] .z-entity.z-name.z-function.z-constructor,
122
122
-
.z-entity.z-name.z-function.z-destructor {
123
123
-
color: #7287fd;
124
124
-
}
125
125
-
html[data-theme="light"] .z-variable.z-parameter.z-function {
126
126
-
color: #dc8a78;
127
127
-
font-style: italic;
128
128
-
}
129
129
-
html[data-theme="light"] .z-keyword.z-declaration.z-function {
130
130
-
color: #e64553;
131
131
-
font-style: italic;
132
132
-
}
133
133
-
html[data-theme="light"] .z-support.z-function {
134
134
-
color: #04a5e5;
135
135
-
}
136
136
-
html[data-theme="light"] .z-support.z-constant {
137
137
-
color: #1e66f5;
138
138
-
}
139
139
-
html[data-theme="light"] .z-support.z-type,
140
140
-
.z-support.z-class {
141
141
-
color: #1e66f5;
142
142
-
font-style: italic;
143
143
-
}
144
144
-
html[data-theme="light"] .z-variable.z-function {
145
145
-
color: #1e66f5;
146
146
-
font-style: italic;
147
147
-
}
148
148
-
html[data-theme="light"] .z-variable.z-parameter {
149
149
-
color: #dc8a78;
150
150
-
font-style: italic;
151
151
-
}
152
152
-
html[data-theme="light"] .z-variable.z-other {
153
153
-
color: #4c4f69;
154
154
-
font-style: italic;
155
155
-
}
156
156
-
html[data-theme="light"] .z-variable.z-other.z-member {
157
157
-
color: #dc8a78;
158
158
-
}
159
159
-
html[data-theme="light"] .z-variable.z-language {
160
160
-
color: #179299;
161
161
-
}
162
162
-
html[data-theme="light"] .z-entity.z-name.z-tag {
163
163
-
color: #fe640b;
164
164
-
}
165
165
-
html[data-theme="light"] .z-entity.z-other.z-attribute-name {
166
166
-
color: #8839ef;
167
167
-
font-style: italic;
168
168
-
}
169
169
-
html[data-theme="light"] .z-punctuation.z-definition.z-tag {
170
170
-
color: #e64553;
171
171
-
}
172
172
-
html[data-theme="light"] .z-markup.z-underline.z-link.z-markdown {
173
173
-
color: #dc8a78;
174
174
-
text-decoration: underline;
175
175
-
font-style: italic;
176
176
-
}
177
177
-
html[data-theme="light"] .z-meta.z-link.z-inline.z-description {
178
178
-
color: #7287fd;
179
179
-
font-weight: bold;
180
180
-
}
181
181
-
html[data-theme="light"] .z-comment.z-block.z-markdown,
182
182
-
.z-meta.z-code-fence,
183
183
-
.z-markup.z-raw.z-code-fence,
184
184
-
.z-markup.z-raw.z-inline {
185
185
-
color: #179299;
186
186
-
font-style: italic;
187
187
-
}
188
188
-
html[data-theme="light"] .z-punctuation.z-definition.z-heading,
189
189
-
.z-entity.z-name.z-section {
190
190
-
color: #1e66f5;
191
191
-
font-weight: bold;
192
192
-
}
193
193
-
html[data-theme="light"] .z-markup.z-italic {
194
194
-
color: #e64553;
195
195
-
font-style: italic;
196
196
-
}
197
197
-
html[data-theme="light"] .z-markup.z-bold {
198
198
-
color: #e64553;
199
199
-
font-weight: bold;
200
200
-
}
201
201
-
html[data-theme="light"] .z-constant.z-character.z-escape {
202
202
-
color: #ea76cb;
203
203
-
}
204
204
-
html[data-theme="light"]
205
205
-
.z-source.z-shell.z-bash
206
206
-
.z-meta.z-function.z-shell
207
207
-
.z-meta.z-compound.z-shell
208
208
-
.z-meta.z-function-call.z-identifier.z-shell {
209
209
-
color: #ea76cb;
210
210
-
}
211
211
-
html[data-theme="light"] .z-variable.z-language.z-shell {
212
212
-
color: #d20f39;
213
213
-
font-style: italic;
214
214
-
}
215
215
-
html[data-theme="light"]
216
216
-
.z-source.z-lua
217
217
-
.z-meta.z-function.z-lua
218
218
-
.z-meta.z-block.z-lua
219
219
-
.z-meta.z-mapping.z-value.z-lua
220
220
-
.z-meta.z-mapping.z-key.z-lua
221
221
-
.z-string.z-unquoted.z-key.z-lua {
222
222
-
color: #7287fd;
223
223
-
font-style: italic;
224
224
-
}
225
225
-
html[data-theme="light"]
226
226
-
.z-source.z-lua
227
227
-
.z-meta.z-function.z-lua
228
228
-
.z-meta.z-block.z-lua
229
229
-
.z-meta.z-mapping.z-key.z-lua
230
230
-
.z-string.z-unquoted.z-key.z-lua {
231
231
-
color: #dd7878;
232
232
-
}
233
233
-
html[data-theme="light"] .z-entity.z-name.z-constant.z-java {
234
234
-
color: #179299;
235
235
-
}
236
236
-
html[data-theme="light"] .z-support.z-type.z-property-name.z-css {
237
237
-
color: #dd7878;
238
238
-
font-style: italic;
239
239
-
}
240
240
-
html[data-theme="light"] .z-support.z-constant.z-property-value.z-css {
241
241
-
color: #4c4f69;
242
242
-
}
243
243
-
html[data-theme="light"] .z-constant.z-numeric.z-suffix.z-css,
244
244
-
.z-keyword.z-other.z-unit.z-css {
245
245
-
color: #179299;
246
246
-
font-style: italic;
247
247
-
}
248
248
-
html[data-theme="light"] .z-variable.z-other.z-custom-property.z-name.z-css,
249
249
-
.z-support.z-type.z-custom-property.z-name.z-css,
250
250
-
.z-punctuation.z-definition.z-custom-property.z-css {
251
251
-
color: #179299;
252
252
-
}
253
253
-
html[data-theme="light"] .z-entity.z-name.z-tag.z-css {
254
254
-
color: #7287fd;
255
255
-
}
256
256
-
html[data-theme="light"] .z-variable.z-other.z-sass {
257
257
-
color: #179299;
258
258
-
}
259
259
-
html[data-theme="light"] .z-invalid {
260
260
-
color: #4c4f69;
261
261
-
background-color: #d20f39;
262
262
-
}
263
263
-
html[data-theme="light"] .z-invalid.z-deprecated {
264
264
-
color: #4c4f69;
265
265
-
background-color: #8839ef;
266
266
-
}
267
267
-
html[data-theme="light"] .z-meta.z-diff,
268
268
-
.z-meta.z-diff.z-header {
269
269
-
color: #9ca0b0;
270
270
-
}
271
271
-
html[data-theme="light"] .z-markup.z-deleted {
272
272
-
color: #d20f39;
273
273
-
}
274
274
-
html[data-theme="light"] .z-markup.z-inserted {
275
275
-
color: #40a02b;
276
276
-
}
277
277
-
html[data-theme="light"] .z-markup.z-changed {
278
278
-
color: #df8e1d;
279
279
-
}
280
280
-
html[data-theme="light"] .z-message.z-error {
281
281
-
color: #d20f39;
282
282
-
}
283
283
-
284
284
-
/* dark */
285
285
-
286
286
-
html[data-theme="dark"] .z-code {
287
287
-
color: #cad3f5;
288
288
-
background-color: #2a2e35;
289
289
-
}
290
290
-
291
291
-
html[data-theme="dark"] .z-comment {
292
292
-
color: #6e738d;
293
293
-
font-style: italic;
294
294
-
}
295
295
-
html[data-theme="dark"] .z-string {
296
296
-
color: #a6da95;
297
297
-
}
298
298
-
html[data-theme="dark"] .z-string.z-regexp {
299
299
-
color: #f5a97f;
300
300
-
}
301
301
-
html[data-theme="dark"] .z-constant.z-numeric {
302
302
-
color: #f5a97f;
303
303
-
}
304
304
-
html[data-theme="dark"] .z-constant.z-language.z-boolean {
305
305
-
color: #f5a97f;
306
306
-
font-weight: bold;
307
307
-
font-style: italic;
308
308
-
}
309
309
-
html[data-theme="dark"] .z-constant.z-language {
310
310
-
color: #b7bdf8;
311
311
-
font-style: italic;
312
312
-
}
313
313
-
html[data-theme="dark"] .z-support.z-function.z-builtin {
314
314
-
color: #f5a97f;
315
315
-
font-style: italic;
316
316
-
}
317
317
-
html[data-theme="dark"] .z-variable.z-other.z-constant {
318
318
-
color: #f5a97f;
319
319
-
}
320
320
-
html[data-theme="dark"] .z-keyword {
321
321
-
color: #ed8796;
322
322
-
font-style: italic;
323
323
-
}
324
324
-
html[data-theme="dark"] .z-keyword.z-control.z-loop,
325
325
-
.z-keyword.z-control.z-conditional,
326
326
-
.z-keyword.z-control.z-c\+\+ {
327
327
-
color: #c6a0f6;
328
328
-
font-weight: bold;
329
329
-
}
330
330
-
html[data-theme="dark"] .z-keyword.z-control.z-return,
331
331
-
.z-keyword.z-control.z-flow.z-return {
332
332
-
color: #f5bde6;
333
333
-
font-weight: bold;
334
334
-
}
335
335
-
html[data-theme="dark"] .z-support.z-type.z-exception {
336
336
-
color: #f5a97f;
337
337
-
font-style: italic;
338
338
-
}
339
339
-
html[data-theme="dark"] .z-keyword.z-operator,
340
340
-
.z-punctuation.z-accessor {
341
341
-
color: #91d7e3;
342
342
-
font-weight: bold;
343
343
-
}
344
344
-
html[data-theme="dark"] .z-punctuation.z-separator {
345
345
-
color: #8bd5ca;
346
346
-
}
347
347
-
html[data-theme="dark"] .z-punctuation.z-terminator {
348
348
-
color: #8bd5ca;
349
349
-
}
350
350
-
html[data-theme="dark"] .z-punctuation.z-section {
351
351
-
color: #939ab7;
352
352
-
}
353
353
-
html[data-theme="dark"] .z-keyword.z-control.z-import.z-include {
354
354
-
color: #8bd5ca;
355
355
-
font-style: italic;
356
356
-
}
357
357
-
html[data-theme="dark"] .z-storage {
358
358
-
color: #ed8796;
359
359
-
}
360
360
-
html[data-theme="dark"] .z-storage.z-type {
361
361
-
color: #eed49f;
362
362
-
font-style: italic;
363
363
-
}
364
364
-
html[data-theme="dark"] .z-storage.z-modifier {
365
365
-
color: #ed8796;
366
366
-
}
367
367
-
html[data-theme="dark"] .z-entity.z-name.z-namespace,
368
368
-
.z-meta.z-path {
369
369
-
color: #f4dbd6;
370
370
-
font-style: italic;
371
371
-
}
372
372
-
html[data-theme="dark"] .z-storage.z-type.z-class {
373
373
-
color: #f4dbd6;
374
374
-
font-style: italic;
375
375
-
}
376
376
-
html[data-theme="dark"] .z-entity.z-name.z-label {
377
377
-
color: #8aadf4;
378
378
-
}
379
379
-
html[data-theme="dark"] .z-keyword.z-declaration.z-class {
380
380
-
color: #ed8796;
381
381
-
font-style: italic;
382
382
-
}
383
383
-
html[data-theme="dark"] .z-entity.z-name.z-class,
384
384
-
.z-meta.z-toc-list.z-full-identifier {
385
385
-
color: #91d7e3;
386
386
-
}
387
387
-
html[data-theme="dark"] .z-entity.z-other.z-inherited-class {
388
388
-
color: #91d7e3;
389
389
-
font-style: italic;
390
390
-
}
391
391
-
html[data-theme="dark"] .z-entity.z-name.z-function,
392
392
-
.z-variable.z-function {
393
393
-
color: #8aadf4;
394
394
-
font-style: italic;
395
395
-
}
396
396
-
html[data-theme="dark"] .z-entity.z-name.z-function.z-preprocessor {
397
397
-
color: #ed8796;
398
398
-
}
399
399
-
html[data-theme="dark"] .z-keyword.z-control.z-import {
400
400
-
color: #ed8796;
401
401
-
}
402
402
-
html[data-theme="dark"] .z-entity.z-name.z-function.z-constructor,
403
403
-
.z-entity.z-name.z-function.z-destructor {
404
404
-
color: #b7bdf8;
405
405
-
}
406
406
-
html[data-theme="dark"] .z-variable.z-parameter.z-function {
407
407
-
color: #f4dbd6;
408
408
-
font-style: italic;
409
409
-
}
410
410
-
html[data-theme="dark"] .z-keyword.z-declaration.z-function {
411
411
-
color: #ee99a0;
412
412
-
font-style: italic;
413
413
-
}
414
414
-
html[data-theme="dark"] .z-support.z-function {
415
415
-
color: #91d7e3;
416
416
-
}
417
417
-
html[data-theme="dark"] .z-support.z-constant {
418
418
-
color: #8aadf4;
419
419
-
}
420
420
-
html[data-theme="dark"] .z-support.z-type,
421
421
-
.z-support.z-class {
422
422
-
color: #8aadf4;
423
423
-
font-style: italic;
424
424
-
}
425
425
-
html[data-theme="dark"] .z-variable.z-function {
426
426
-
color: #8aadf4;
427
427
-
font-style: italic;
428
428
-
}
429
429
-
html[data-theme="dark"] .z-variable.z-parameter {
430
430
-
color: #f4dbd6;
431
431
-
font-style: italic;
432
432
-
}
433
433
-
html[data-theme="dark"] .z-variable.z-other {
434
434
-
color: #cad3f5;
435
435
-
font-style: italic;
436
436
-
}
437
437
-
html[data-theme="dark"] .z-variable.z-other.z-member {
438
438
-
color: #f4dbd6;
439
439
-
}
440
440
-
html[data-theme="dark"] .z-variable.z-language {
441
441
-
color: #8bd5ca;
442
442
-
}
443
443
-
html[data-theme="dark"] .z-entity.z-name.z-tag {
444
444
-
color: #f5a97f;
445
445
-
}
446
446
-
html[data-theme="dark"] .z-entity.z-other.z-attribute-name {
447
447
-
color: #c6a0f6;
448
448
-
font-style: italic;
449
449
-
}
450
450
-
html[data-theme="dark"] .z-punctuation.z-definition.z-tag {
451
451
-
color: #ee99a0;
452
452
-
}
453
453
-
html[data-theme="dark"] .z-markup.z-underline.z-link.z-markdown {
454
454
-
color: #f4dbd6;
455
455
-
text-decoration: underline;
456
456
-
font-style: italic;
457
457
-
}
458
458
-
html[data-theme="dark"] .z-meta.z-link.z-inline.z-description {
459
459
-
color: #b7bdf8;
460
460
-
font-weight: bold;
461
461
-
}
462
462
-
html[data-theme="dark"] .z-comment.z-block.z-markdown,
463
463
-
.z-meta.z-code-fence,
464
464
-
.z-markup.z-raw.z-code-fence,
465
465
-
.z-markup.z-raw.z-inline {
466
466
-
color: #8bd5ca;
467
467
-
font-style: italic;
468
468
-
}
469
469
-
html[data-theme="dark"] .z-punctuation.z-definition.z-heading,
470
470
-
.z-entity.z-name.z-section {
471
471
-
color: #8aadf4;
472
472
-
font-weight: bold;
473
473
-
}
474
474
-
html[data-theme="dark"] .z-markup.z-italic {
475
475
-
color: #ee99a0;
476
476
-
font-style: italic;
477
477
-
}
478
478
-
html[data-theme="dark"] .z-markup.z-bold {
479
479
-
color: #ee99a0;
480
480
-
font-weight: bold;
481
481
-
}
482
482
-
html[data-theme="dark"] .z-constant.z-character.z-escape {
483
483
-
color: #f5bde6;
484
484
-
}
485
485
-
html[data-theme="dark"]
486
486
-
.z-source.z-shell.z-bash
487
487
-
.z-meta.z-function.z-shell
488
488
-
.z-meta.z-compound.z-shell
489
489
-
.z-meta.z-function-call.z-identifier.z-shell {
490
490
-
color: #f5bde6;
491
491
-
}
492
492
-
html[data-theme="dark"] .z-variable.z-language.z-shell {
493
493
-
color: #ed8796;
494
494
-
font-style: italic;
495
495
-
}
496
496
-
html[data-theme="dark"]
497
497
-
.z-source.z-lua
498
498
-
.z-meta.z-function.z-lua
499
499
-
.z-meta.z-block.z-lua
500
500
-
.z-meta.z-mapping.z-value.z-lua
501
501
-
.z-meta.z-mapping.z-key.z-lua
502
502
-
.z-string.z-unquoted.z-key.z-lua {
503
503
-
color: #b7bdf8;
504
504
-
font-style: italic;
505
505
-
}
506
506
-
html[data-theme="dark"]
507
507
-
.z-source.z-lua
508
508
-
.z-meta.z-function.z-lua
509
509
-
.z-meta.z-block.z-lua
510
510
-
.z-meta.z-mapping.z-key.z-lua
511
511
-
.z-string.z-unquoted.z-key.z-lua {
512
512
-
color: #f0c6c6;
513
513
-
}
514
514
-
html[data-theme="dark"] .z-entity.z-name.z-constant.z-java {
515
515
-
color: #8bd5ca;
516
516
-
}
517
517
-
html[data-theme="dark"] .z-support.z-type.z-property-name.z-css {
518
518
-
color: #f0c6c6;
519
519
-
font-style: italic;
520
520
-
}
521
521
-
html[data-theme="dark"] .z-support.z-constant.z-property-value.z-css {
522
522
-
color: #cad3f5;
523
523
-
}
524
524
-
html[data-theme="dark"] .z-constant.z-numeric.z-suffix.z-css,
525
525
-
.z-keyword.z-other.z-unit.z-css {
526
526
-
color: #8bd5ca;
527
527
-
font-style: italic;
528
528
-
}
529
529
-
html[data-theme="dark"] .z-variable.z-other.z-custom-property.z-name.z-css,
530
530
-
.z-support.z-type.z-custom-property.z-name.z-css,
531
531
-
.z-punctuation.z-definition.z-custom-property.z-css {
532
532
-
color: #8bd5ca;
533
533
-
}
534
534
-
html[data-theme="dark"] .z-entity.z-name.z-tag.z-css {
535
535
-
color: #b7bdf8;
536
536
-
}
537
537
-
html[data-theme="dark"] .z-variable.z-other.z-sass {
538
538
-
color: #8bd5ca;
539
539
-
}
540
540
-
html[data-theme="dark"] .z-invalid {
541
541
-
color: #cad3f5;
542
542
-
background-color: #ed8796;
543
543
-
}
544
544
-
html[data-theme="dark"] .z-invalid.z-deprecated {
545
545
-
color: #cad3f5;
546
546
-
background-color: #c6a0f6;
547
547
-
}
548
548
-
html[data-theme="dark"] .z-meta.z-diff,
549
549
-
.z-meta.z-diff.z-header {
550
550
-
color: #6e738d;
551
551
-
}
552
552
-
html[data-theme="dark"] .z-markup.z-deleted {
553
553
-
color: #ed8796;
554
554
-
}
555
555
-
html[data-theme="dark"] .z-markup.z-inserted {
556
556
-
color: #a6da95;
557
557
-
}
558
558
-
html[data-theme="dark"] .z-markup.z-changed {
559
559
-
color: #eed49f;
560
560
-
}
561
561
-
html[data-theme="dark"] .z-message.z-error {
562
562
-
color: #ed8796;
563
563
-
}