@jjlmoya/utils-diy 1.10.0 → 1.11.0

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.
@@ -26,7 +26,7 @@
26
26
  transition: transform 0.3s, box-shadow 0.3s;
27
27
  }
28
28
 
29
- :global(.theme-dark) .mc-panel {
29
+ .theme-dark .mc-panel {
30
30
  background: rgba(26, 26, 26, 0.8);
31
31
  border-color: rgba(255, 255, 255, 0.1);
32
32
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
@@ -45,7 +45,7 @@
45
45
  text-align: center;
46
46
  }
47
47
 
48
- :global(.theme-dark) .mc-panel-title {
48
+ .theme-dark .mc-panel-title {
49
49
  color: #f5f1e8;
50
50
  }
51
51
 
@@ -77,7 +77,7 @@
77
77
  pointer-events: none;
78
78
  }
79
79
 
80
- :global(.theme-dark) .mc-column-label {
80
+ .theme-dark .mc-column-label {
81
81
  fill: #f5f1e8;
82
82
  }
83
83
 
@@ -96,7 +96,7 @@
96
96
  border: 1px solid #e7e5e4;
97
97
  }
98
98
 
99
- :global(.theme-dark) .mc-phase-info {
99
+ .theme-dark .mc-phase-info {
100
100
  background: rgba(40, 35, 30, 0.5);
101
101
  border-color: rgba(255, 255, 255, 0.05);
102
102
  }
@@ -114,7 +114,7 @@
114
114
  line-height: 1.6;
115
115
  }
116
116
 
117
- :global(.theme-dark) .mc-phase-info p {
117
+ .theme-dark .mc-phase-info p {
118
118
  color: #a8a29e;
119
119
  }
120
120
 
@@ -140,7 +140,7 @@
140
140
  transition: all 0.3s;
141
141
  }
142
142
 
143
- :global(.theme-dark) .mc-material-btn {
143
+ .theme-dark .mc-material-btn {
144
144
  background: rgba(40, 35, 30, 0.5);
145
145
  border-color: rgba(255, 255, 255, 0.1);
146
146
  color: #a8a29e;
@@ -165,7 +165,7 @@
165
165
  border: 1px solid #e7e5e4;
166
166
  }
167
167
 
168
- :global(.theme-dark) .mc-cal-toggle {
168
+ .theme-dark .mc-cal-toggle {
169
169
  background: rgba(40, 35, 30, 0.5);
170
170
  border-color: rgba(255, 255, 255, 0.1);
171
171
  }
@@ -217,7 +217,7 @@
217
217
  gap: 0.125rem;
218
218
  }
219
219
 
220
- :global(.theme-dark) .mc-toggle-text {
220
+ .theme-dark .mc-toggle-text {
221
221
  color: #a8a29e;
222
222
  }
223
223
 
@@ -226,7 +226,7 @@
226
226
  color: #292524;
227
227
  }
228
228
 
229
- :global(.theme-dark) .mc-type-pasta {
229
+ .theme-dark .mc-type-pasta {
230
230
  color: #f5f1e8;
231
231
  }
232
232
 
@@ -244,7 +244,7 @@
244
244
  margin-bottom: 1rem;
245
245
  }
246
246
 
247
- :global(.theme-dark) .mc-bodegon-svg {
247
+ .theme-dark .mc-bodegon-svg {
248
248
  border-color: rgba(255, 255, 255, 0.1);
249
249
  background: rgba(10, 10, 10, 0.3);
250
250
  }
@@ -275,7 +275,7 @@
275
275
  color: #57534e;
276
276
  }
277
277
 
278
- :global(.theme-dark) .mc-quantity-display {
278
+ .theme-dark .mc-quantity-display {
279
279
  color: #a8a29e;
280
280
  }
281
281
 
@@ -297,7 +297,7 @@
297
297
  border: 1px solid #e7e5e4;
298
298
  }
299
299
 
300
- :global(.theme-dark) .mc-complementary {
300
+ .theme-dark .mc-complementary {
301
301
  background: rgba(40, 35, 30, 0.5);
302
302
  border-color: rgba(255, 255, 255, 0.1);
303
303
  }
@@ -312,7 +312,7 @@
312
312
  margin-bottom: 0.75rem;
313
313
  }
314
314
 
315
- :global(.theme-dark) .mc-complementary-header {
315
+ .theme-dark .mc-complementary-header {
316
316
  color: #a8a29e;
317
317
  }
318
318
 
@@ -340,7 +340,7 @@
340
340
  min-width: 4rem;
341
341
  }
342
342
 
343
- :global(.theme-dark) .mc-comp-label {
343
+ .theme-dark .mc-comp-label {
344
344
  color: #f5f1e8;
345
345
  }
346
346
 
@@ -359,7 +359,7 @@
359
359
  color: #78716c;
360
360
  }
361
361
 
362
- :global(.theme-dark) .mc-ratio-row {
362
+ .theme-dark .mc-ratio-row {
363
363
  color: #a8a29e;
364
364
  }
365
365
 
@@ -368,7 +368,7 @@
368
368
  color: #292524;
369
369
  }
370
370
 
371
- :global(.theme-dark) .mc-ratio-value {
371
+ .theme-dark .mc-ratio-value {
372
372
  color: #f5f1e8;
373
373
  }
374
374
 
@@ -381,7 +381,7 @@
381
381
  margin-bottom: 1.5rem;
382
382
  }
383
383
 
384
- :global(.theme-dark) .mc-wall-svg {
384
+ .theme-dark .mc-wall-svg {
385
385
  border-color: rgba(255, 255, 255, 0.1);
386
386
  background: #0a0a0a;
387
387
  }
@@ -404,7 +404,7 @@
404
404
  font-weight: 600;
405
405
  }
406
406
 
407
- :global(.theme-dark) .mc-coverage-label {
407
+ .theme-dark .mc-coverage-label {
408
408
  color: #a8a29e;
409
409
  }
410
410
 
@@ -436,7 +436,7 @@
436
436
  font-size: 0.875rem;
437
437
  }
438
438
 
439
- :global(.theme-dark) .mc-detail-row {
439
+ .theme-dark .mc-detail-row {
440
440
  border-bottom-color: rgba(255, 255, 255, 0.05);
441
441
  }
442
442
 
@@ -449,7 +449,7 @@
449
449
  font-weight: 500;
450
450
  }
451
451
 
452
- :global(.theme-dark) .mc-detail-label {
452
+ .theme-dark .mc-detail-label {
453
453
  color: #a8a29e;
454
454
  }
455
455
 
@@ -458,7 +458,7 @@
458
458
  color: #292524;
459
459
  }
460
460
 
461
- :global(.theme-dark) .mc-detail-value {
461
+ .theme-dark .mc-detail-value {
462
462
  color: #f5f1e8;
463
463
  }
464
464
 
@@ -476,7 +476,7 @@
476
476
  position: relative;
477
477
  }
478
478
 
479
- :global(.theme-dark) .mc-section-title {
479
+ .theme-dark .mc-section-title {
480
480
  color: #f5f1e8;
481
481
  }
482
482
 
@@ -506,7 +506,7 @@
506
506
  transform: scale(0.98);
507
507
  }
508
508
 
509
- :global(.theme-dark) .mc-grain-card {
509
+ .theme-dark .mc-grain-card {
510
510
  background: #1c1917;
511
511
  border-color: rgba(255, 255, 255, 0.1);
512
512
  }
@@ -524,7 +524,7 @@
524
524
  background: #fff;
525
525
  }
526
526
 
527
- :global(.theme-dark) .mc-grain-card.mc-active {
527
+ .theme-dark .mc-grain-card.mc-active {
528
528
  background: #292524;
529
529
  border-color: #c1694f;
530
530
  box-shadow: 0 8px 32px rgba(193, 105, 79, 0.3);
@@ -542,7 +542,7 @@
542
542
  margin: 0 0 0.5rem;
543
543
  }
544
544
 
545
- :global(.theme-dark) .mc-grain-title {
545
+ .theme-dark .mc-grain-title {
546
546
  color: #f5f1e8;
547
547
  }
548
548
 
@@ -552,7 +552,7 @@
552
552
  font-weight: 500;
553
553
  }
554
554
 
555
- :global(.theme-dark) .mc-grain-subtitle {
555
+ .theme-dark .mc-grain-subtitle {
556
556
  color: #a8a29e;
557
557
  }
558
558
 
@@ -564,7 +564,7 @@
564
564
  border: 1px solid #e7e5e4;
565
565
  }
566
566
 
567
- :global(.theme-dark) .mc-grain-visual {
567
+ .theme-dark .mc-grain-visual {
568
568
  background: #0a0a0a;
569
569
  border-color: rgba(255, 255, 255, 0.05);
570
570
  }
@@ -589,7 +589,7 @@
589
589
  border-bottom: 1px solid #e7e5e4;
590
590
  }
591
591
 
592
- :global(.theme-dark) .mc-spec-item {
592
+ .theme-dark .mc-spec-item {
593
593
  border-bottom-color: rgba(255, 255, 255, 0.05);
594
594
  }
595
595
 
@@ -603,7 +603,7 @@
603
603
  font-weight: 500;
604
604
  }
605
605
 
606
- :global(.theme-dark) .mc-spec-label {
606
+ .theme-dark .mc-spec-label {
607
607
  color: #a8a29e;
608
608
  }
609
609
 
@@ -613,6 +613,6 @@
613
613
  font-weight: 600;
614
614
  }
615
615
 
616
- :global(.theme-dark) .mc-spec-value {
616
+ .theme-dark .mc-spec-value {
617
617
  color: #f5f1e8;
618
618
  }
@@ -9,7 +9,7 @@
9
9
  overflow: hidden;
10
10
  }
11
11
 
12
- :global(.theme-dark) .pp-root {
12
+ .theme-dark .pp-root {
13
13
  background: #1e1e2e;
14
14
  border-color: #2d2d3f;
15
15
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
@@ -35,7 +35,7 @@
35
35
  border-right: 1px solid #e2e8f0;
36
36
  }
37
37
 
38
- :global(.theme-dark) .pp-inputs {
38
+ .theme-dark .pp-inputs {
39
39
  background: #16161e;
40
40
  border-right-color: #2d2d3f;
41
41
  }
@@ -55,7 +55,7 @@
55
55
  gap: 0.5rem;
56
56
  }
57
57
 
58
- :global(.theme-dark) .pp-section-title {
58
+ .theme-dark .pp-section-title {
59
59
  color: #e2e8f0;
60
60
  }
61
61
 
@@ -64,7 +64,7 @@
64
64
  color: #64748b;
65
65
  }
66
66
 
67
- :global(.theme-dark) .pp-section-desc {
67
+ .theme-dark .pp-section-desc {
68
68
  color: #94a3b8;
69
69
  }
70
70
 
@@ -86,7 +86,7 @@
86
86
  color: #4f46e5;
87
87
  }
88
88
 
89
- :global(.theme-dark) .pp-label-frame {
89
+ .theme-dark .pp-label-frame {
90
90
  color: #818cf8;
91
91
  }
92
92
 
@@ -94,7 +94,7 @@
94
94
  color: #db2777;
95
95
  }
96
96
 
97
- :global(.theme-dark) .pp-label-art {
97
+ .theme-dark .pp-label-art {
98
98
  color: #f472b6;
99
99
  }
100
100
 
@@ -121,7 +121,7 @@
121
121
  margin-left: 0.25rem;
122
122
  }
123
123
 
124
- :global(.theme-dark) .pp-label {
124
+ .theme-dark .pp-label {
125
125
  color: #94a3b8;
126
126
  }
127
127
 
@@ -143,13 +143,13 @@
143
143
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
144
144
  }
145
145
 
146
- :global(.theme-dark) .pp-input {
146
+ .theme-dark .pp-input {
147
147
  background: #1e1e2e;
148
148
  border-color: #3d3d50;
149
149
  color: #e2e8f0;
150
150
  }
151
151
 
152
- :global(.theme-dark) .pp-input:focus {
152
+ .theme-dark .pp-input:focus {
153
153
  border-color: #818cf8;
154
154
  box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.15);
155
155
  }
@@ -159,7 +159,7 @@
159
159
  border-top: 1px solid #e2e8f0;
160
160
  }
161
161
 
162
- :global(.theme-dark) .pp-toggle-row {
162
+ .theme-dark .pp-toggle-row {
163
163
  border-top-color: #2d2d3f;
164
164
  }
165
165
 
@@ -183,7 +183,7 @@
183
183
  color: #0f172a;
184
184
  }
185
185
 
186
- :global(.theme-dark) .pp-toggle-name {
186
+ .theme-dark .pp-toggle-name {
187
187
  color: #e2e8f0;
188
188
  }
189
189
 
@@ -192,7 +192,7 @@
192
192
  color: #64748b;
193
193
  }
194
194
 
195
- :global(.theme-dark) .pp-toggle-desc {
195
+ .theme-dark .pp-toggle-desc {
196
196
  color: #94a3b8;
197
197
  }
198
198
 
@@ -239,7 +239,7 @@
239
239
  border-top: 1px solid #e2e8f0;
240
240
  }
241
241
 
242
- :global(.theme-dark) .pp-offset-ctrl {
242
+ .theme-dark .pp-offset-ctrl {
243
243
  border-top-color: #2d2d3f;
244
244
  }
245
245
 
@@ -265,7 +265,7 @@
265
265
  text-align: right;
266
266
  }
267
267
 
268
- :global(.theme-dark) .pp-offset-val {
268
+ .theme-dark .pp-offset-val {
269
269
  color: #e2e8f0;
270
270
  }
271
271
 
@@ -281,7 +281,7 @@
281
281
  gap: 0.75rem;
282
282
  }
283
283
 
284
- :global(.theme-dark) .pp-error {
284
+ .theme-dark .pp-error {
285
285
  background: #2d1515;
286
286
  border-color: #7f1d1d;
287
287
  color: #fca5a5;
@@ -304,7 +304,7 @@
304
304
  min-height: 500px;
305
305
  }
306
306
 
307
- :global(.theme-dark) .pp-preview {
307
+ .theme-dark .pp-preview {
308
308
  background: #0f172a;
309
309
  }
310
310
 
@@ -317,7 +317,7 @@
317
317
  opacity: 0.5;
318
318
  }
319
319
 
320
- :global(.theme-dark) .pp-dots-bg {
320
+ .theme-dark .pp-dots-bg {
321
321
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.1) 1px, transparent 0);
322
322
  }
323
323
 
@@ -339,7 +339,7 @@
339
339
  transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
340
340
  }
341
341
 
342
- :global(.theme-dark) .pp-frame {
342
+ .theme-dark .pp-frame {
343
343
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
344
344
  }
345
345
 
@@ -349,7 +349,7 @@
349
349
  background: #e2e2e2;
350
350
  }
351
351
 
352
- :global(.theme-dark) .pp-mat {
352
+ .theme-dark .pp-mat {
353
353
  background: #334155;
354
354
  }
355
355
 
@@ -364,7 +364,7 @@
364
364
  transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
365
365
  }
366
366
 
367
- :global(.theme-dark) .pp-art {
367
+ .theme-dark .pp-art {
368
368
  background: #1e293b;
369
369
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
370
370
  }
@@ -378,7 +378,7 @@
378
378
  z-index: 1;
379
379
  }
380
380
 
381
- :global(.theme-dark) .pp-art-placeholder {
381
+ .theme-dark .pp-art-placeholder {
382
382
  color: #475569;
383
383
  }
384
384
 
@@ -416,7 +416,7 @@
416
416
  background: #0f172a;
417
417
  }
418
418
 
419
- :global(.theme-dark) .pp-dim-line {
419
+ .theme-dark .pp-dim-line {
420
420
  background: #e2e8f0;
421
421
  }
422
422
 
@@ -430,7 +430,7 @@
430
430
  color: #0f172a;
431
431
  }
432
432
 
433
- :global(.theme-dark) .pp-dim-label {
433
+ .theme-dark .pp-dim-label {
434
434
  color: #e2e8f0;
435
435
  }
436
436
 
@@ -449,7 +449,7 @@
449
449
  z-index: 10;
450
450
  }
451
451
 
452
- :global(.theme-dark) .pp-border-label {
452
+ .theme-dark .pp-border-label {
453
453
  color: #818cf8;
454
454
  }
455
455
 
@@ -475,7 +475,7 @@
475
475
  color: #db2777;
476
476
  }
477
477
 
478
- :global(.theme-dark) .pp-border-left {
478
+ .theme-dark .pp-border-left {
479
479
  color: #f472b6;
480
480
  }
481
481
 
@@ -487,7 +487,7 @@
487
487
  color: #db2777;
488
488
  }
489
489
 
490
- :global(.theme-dark) .pp-border-right {
490
+ .theme-dark .pp-border-right {
491
491
  color: #f472b6;
492
492
  }
493
493
 
@@ -10,7 +10,7 @@
10
10
  --sc-bg: #fff;
11
11
  }
12
12
 
13
- :global(.theme-dark) {
13
+ .theme-dark {
14
14
  --sc-primary: #818cf8;
15
15
  --sc-primary-dark: #6366f1;
16
16
  --sc-neutral: #f1f5f9;
@@ -79,7 +79,7 @@
79
79
  border: 1px solid var(--sc-border);
80
80
  }
81
81
 
82
- :global(.theme-dark) .sc-stat-box {
82
+ .theme-dark .sc-stat-box {
83
83
  background: rgba(255, 255, 255, 0.04);
84
84
  }
85
85
 
@@ -154,7 +154,7 @@
154
154
  box-sizing: border-box;
155
155
  }
156
156
 
157
- :global(.theme-dark) .sc-stepper {
157
+ .theme-dark .sc-stepper {
158
158
  background: rgba(255, 255, 255, 0.04);
159
159
  }
160
160
 
@@ -224,7 +224,7 @@
224
224
  cursor: pointer;
225
225
  }
226
226
 
227
- :global(.theme-dark) .sc-select {
227
+ .theme-dark .sc-select {
228
228
  background-color: #0f172a;
229
229
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23818cf8' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6l1.41-1.42Z'/%3E%3C/svg%3E");
230
230
  }
@@ -234,7 +234,7 @@
234
234
  color: #1e293b;
235
235
  }
236
236
 
237
- :global(.theme-dark) .sc-select option {
237
+ .theme-dark .sc-select option {
238
238
  background: #1e293b;
239
239
  color: #f1f5f9;
240
240
  }
@@ -303,7 +303,7 @@
303
303
  border: 1px solid var(--sc-border);
304
304
  }
305
305
 
306
- :global(.theme-dark) .sc-table-card {
306
+ .theme-dark .sc-table-card {
307
307
  background: rgba(255, 255, 255, 0.03);
308
308
  }
309
309
 
@@ -320,11 +320,11 @@
320
320
  overflow-y: auto;
321
321
  }
322
322
 
323
- :global(.sc-table-wrapper table) {
323
+ .sc-table-wrapper table {
324
324
  width: 100%;
325
325
  }
326
326
 
327
- :global(.sc-table-wrapper th) {
327
+ .sc-table-wrapper th {
328
328
  text-align: left;
329
329
  font-size: 0.55rem;
330
330
  text-transform: uppercase;
@@ -333,7 +333,7 @@
333
333
  background: transparent;
334
334
  }
335
335
 
336
- :global(.sc-table-wrapper td) {
336
+ .sc-table-wrapper td {
337
337
  padding: 0.6rem 0.2rem;
338
338
  border-bottom: 1px solid var(--sc-border);
339
339
  font-size: 0.8rem;
@@ -356,7 +356,7 @@
356
356
  border: 1px solid var(--sc-primary);
357
357
  }
358
358
 
359
- :global(.theme-dark) .sc-materials-card {
359
+ .theme-dark .sc-materials-card {
360
360
  background: rgba(129, 140, 248, 0.08);
361
361
  }
362
362
 
@@ -12,7 +12,7 @@
12
12
  overflow: hidden;
13
13
  }
14
14
 
15
- :global(.theme-dark) .te-grid {
15
+ .theme-dark .te-grid {
16
16
  border-color: rgba(255, 255, 255, 0.08);
17
17
  }
18
18
 
@@ -25,7 +25,7 @@
25
25
  gap: 1.5rem;
26
26
  }
27
27
 
28
- :global(.theme-dark) .te-sidebar {
28
+ .theme-dark .te-sidebar {
29
29
  background: rgba(255, 255, 255, 0.02);
30
30
  border-right-color: rgba(255, 255, 255, 0.06);
31
31
  }
@@ -38,7 +38,7 @@
38
38
  background: rgba(255, 255, 255, 0.3);
39
39
  }
40
40
 
41
- :global(.theme-dark) .te-main {
41
+ .theme-dark .te-main {
42
42
  background: rgba(255, 255, 255, 0.01);
43
43
  }
44
44
 
@@ -61,7 +61,7 @@
61
61
  padding: 0.75rem 1rem;
62
62
  }
63
63
 
64
- :global(.theme-dark) .te-cat-badge {
64
+ .theme-dark .te-cat-badge {
65
65
  background: rgba(255, 255, 255, 0.04);
66
66
  border-color: rgba(255, 255, 255, 0.06);
67
67
  }
@@ -80,7 +80,7 @@
80
80
  color: #374151;
81
81
  }
82
82
 
83
- :global(.theme-dark) .te-cat-name {
83
+ .theme-dark .te-cat-name {
84
84
  color: #e5e7eb;
85
85
  }
86
86
 
@@ -98,7 +98,7 @@
98
98
  color: #6b7280;
99
99
  }
100
100
 
101
- :global(.theme-dark) .te-label {
101
+ .theme-dark .te-label {
102
102
  color: #9ca3af;
103
103
  }
104
104
 
@@ -125,13 +125,13 @@
125
125
  border-color: #f97316;
126
126
  }
127
127
 
128
- :global(.theme-dark) .te-input {
128
+ .theme-dark .te-input {
129
129
  background: rgba(0, 0, 0, 0.25);
130
130
  border-color: rgba(255, 255, 255, 0.1);
131
131
  color: #f9fafb;
132
132
  }
133
133
 
134
- :global(.theme-dark) .te-input:focus {
134
+ .theme-dark .te-input:focus {
135
135
  border-color: #f97316;
136
136
  }
137
137
 
@@ -167,7 +167,7 @@
167
167
  border-color: #f97316;
168
168
  }
169
169
 
170
- :global(.theme-dark) .te-select {
170
+ .theme-dark .te-select {
171
171
  background-color: rgba(0, 0, 0, 0.25);
172
172
  border-color: rgba(255, 255, 255, 0.1);
173
173
  color: #f9fafb;
@@ -217,7 +217,7 @@
217
217
  justify-content: center;
218
218
  }
219
219
 
220
- :global(.theme-dark) .te-viz {
220
+ .theme-dark .te-viz {
221
221
  background: rgba(255, 255, 255, 0.01);
222
222
  border-color: rgba(255, 255, 255, 0.06);
223
223
  }
@@ -237,7 +237,7 @@
237
237
  z-index: 2;
238
238
  }
239
239
 
240
- :global(.theme-dark) .te-beam-base {
240
+ .theme-dark .te-beam-base {
241
241
  background: linear-gradient(to bottom, #4b5563, #374151);
242
242
  }
243
243
 
@@ -322,7 +322,7 @@
322
322
  border: 1px solid rgba(255, 255, 255, 0.7);
323
323
  }
324
324
 
325
- :global(.theme-dark) .te-result-secondary {
325
+ .theme-dark .te-result-secondary {
326
326
  background: rgba(255, 255, 255, 0.04);
327
327
  border-color: rgba(255, 255, 255, 0.06);
328
328
  }
@@ -340,7 +340,7 @@
340
340
  opacity: 1;
341
341
  }
342
342
 
343
- :global(.theme-dark) .te-result-secondary .te-result-lbl {
343
+ .theme-dark .te-result-secondary .te-result-lbl {
344
344
  color: #9ca3af;
345
345
  }
346
346
 
@@ -360,7 +360,7 @@
360
360
  color: #111827;
361
361
  }
362
362
 
363
- :global(.theme-dark) .te-result-secondary .te-result-num {
363
+ .theme-dark .te-result-secondary .te-result-num {
364
364
  color: #f9fafb;
365
365
  }
366
366
 
@@ -375,7 +375,7 @@
375
375
  opacity: 1;
376
376
  }
377
377
 
378
- :global(.theme-dark) .te-result-secondary .te-result-unit {
378
+ .theme-dark .te-result-secondary .te-result-unit {
379
379
  color: #d1d5db;
380
380
  }
381
381
 
@@ -398,7 +398,7 @@
398
398
  border-color 0.25s;
399
399
  }
400
400
 
401
- :global(.theme-dark) .te-ref-card {
401
+ .theme-dark .te-ref-card {
402
402
  background: rgba(255, 255, 255, 0.03);
403
403
  border-color: rgba(255, 255, 255, 0.06);
404
404
  }
@@ -427,7 +427,7 @@
427
427
  color: #374151;
428
428
  }
429
429
 
430
- :global(.theme-dark) .te-ref-val {
430
+ .theme-dark .te-ref-val {
431
431
  color: #e5e7eb;
432
432
  }
433
433
 
@@ -464,7 +464,7 @@
464
464
  font-style: italic;
465
465
  }
466
466
 
467
- :global(.theme-dark) .te-tip-text {
467
+ .theme-dark .te-tip-text {
468
468
  color: #9ca3af;
469
469
  }
470
470
 
@@ -478,7 +478,7 @@
478
478
  border-bottom: 1px solid #e5e7eb;
479
479
  }
480
480
 
481
- :global(.theme-dark) .te-sidebar {
481
+ .theme-dark .te-sidebar {
482
482
  border-bottom-color: rgba(255, 255, 255, 0.06);
483
483
  }
484
484