@jjlmoya/utils-developer 1.13.0 → 1.14.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.
Files changed (25) hide show
  1. package/package.json +1 -1
  2. package/src/tool/aspectRatio/aspect-ratio-calculator.css +1 -1
  3. package/src/tool/calculadoraTiempoDatos/data-time-calculator-web-speed-impact.css +26 -26
  4. package/src/tool/colorConverter/color-converter-rgb-hex-hsl.css +9 -9
  5. package/src/tool/conversorExcelCsvHtml/excel-csv-html-table-converter.css +24 -24
  6. package/src/tool/cronGenerator/cron.css +5 -5
  7. package/src/tool/cssSpecificityCalculator/css-specificity-calculator.css +1 -1
  8. package/src/tool/cssToInlineConverter/css-to-inline-converter.css +1 -1
  9. package/src/tool/duplicateCssRemover/duplicate-css-remover.css +2 -2
  10. package/src/tool/generadorSecurityTxt/security-txt-generator-rfc-9116.css +9 -9
  11. package/src/tool/hashGenerator/hash-generator.css +10 -10
  12. package/src/tool/inspectorCertificadosSsl/ssl-tls-certificate-inspector.css +9 -9
  13. package/src/tool/jsonFormatter/json-formatter.css +33 -33
  14. package/src/tool/keycode/keycode.css +1 -1
  15. package/src/tool/llmCostCalculator/llm-cost-calculator.css +1 -1
  16. package/src/tool/mobileMockupGenerator/mobile-mockup-generator.css +68 -68
  17. package/src/tool/musicalTypography/musical-typography.css +8 -8
  18. package/src/tool/placeholderGenerator/placeholder-image-generator.css +2 -2
  19. package/src/tool/promptLibrary/prompt-library.css +30 -30
  20. package/src/tool/readabilityCalculator/visual-readability-calculator-wcag-apca.css +11 -11
  21. package/src/tool/svgSanitizer/svg-sanitizer.css +7 -7
  22. package/src/tool/svgToCss/svg-to-css-converter.css +2 -2
  23. package/src/tool/urlCleaner/url-tracking-cleaner.css +12 -12
  24. package/src/tool/urlEncoderDecoder/url-encoder-decoder.css +1 -1
  25. package/src/tool/utmGenerator/utm-generator.css +6 -6
@@ -20,7 +20,7 @@
20
20
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.05);
21
21
  }
22
22
 
23
- :global(.theme-dark) .pl-topbar {
23
+ .theme-dark .pl-topbar {
24
24
  background: rgba(15, 23, 42, 0.4);
25
25
  border-color: rgba(255, 255, 255, 0.08);
26
26
  }
@@ -61,13 +61,13 @@
61
61
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
62
62
  }
63
63
 
64
- :global(.theme-dark) .pl-search-input {
64
+ .theme-dark .pl-search-input {
65
65
  background: rgba(15, 23, 42, 0.6);
66
66
  border-color: rgba(255, 255, 255, 0.1);
67
67
  color: rgb(248, 250, 252);
68
68
  }
69
69
 
70
- :global(.theme-dark) .pl-search-input:focus {
70
+ .theme-dark .pl-search-input:focus {
71
71
  background: rgba(30, 41, 59, 0.8);
72
72
  }
73
73
 
@@ -121,11 +121,11 @@
121
121
  color: rgb(30, 41, 59);
122
122
  }
123
123
 
124
- :global(.theme-dark) .pl-btn-ghost {
124
+ .theme-dark .pl-btn-ghost {
125
125
  color: rgb(148, 163, 184);
126
126
  }
127
127
 
128
- :global(.theme-dark) .pl-btn-ghost:hover {
128
+ .theme-dark .pl-btn-ghost:hover {
129
129
  background: rgba(255, 255, 255, 0.05);
130
130
  color: rgb(248, 250, 252);
131
131
  }
@@ -164,11 +164,11 @@
164
164
  background: rgba(239, 68, 68, 0.1);
165
165
  }
166
166
 
167
- :global(.theme-dark) .pl-btn-icon {
167
+ .theme-dark .pl-btn-icon {
168
168
  color: rgb(148, 163, 184);
169
169
  }
170
170
 
171
- :global(.theme-dark) .pl-btn-icon:hover {
171
+ .theme-dark .pl-btn-icon:hover {
172
172
  background: rgba(255, 255, 255, 0.1);
173
173
  color: rgb(248, 250, 252);
174
174
  }
@@ -186,7 +186,7 @@
186
186
  margin-top: 2rem;
187
187
  }
188
188
 
189
- :global(.theme-dark) .pl-empty-state {
189
+ .theme-dark .pl-empty-state {
190
190
  border-color: rgba(255, 255, 255, 0.1);
191
191
  }
192
192
 
@@ -211,11 +211,11 @@
211
211
  line-height: 1.6;
212
212
  }
213
213
 
214
- :global(.theme-dark) .pl-empty-title {
214
+ .theme-dark .pl-empty-title {
215
215
  color: rgb(248, 250, 252);
216
216
  }
217
217
 
218
- :global(.theme-dark) .pl-empty-desc {
218
+ .theme-dark .pl-empty-desc {
219
219
  color: rgb(148, 163, 184);
220
220
  }
221
221
 
@@ -272,7 +272,7 @@
272
272
  opacity: 1;
273
273
  }
274
274
 
275
- :global(.theme-dark) .pl-card {
275
+ .theme-dark .pl-card {
276
276
  background: rgba(30, 41, 59, 0.5);
277
277
  border-color: rgba(255, 255, 255, 0.08);
278
278
  }
@@ -291,7 +291,7 @@
291
291
  line-height: 1.3;
292
292
  }
293
293
 
294
- :global(.theme-dark) .pl-card-title {
294
+ .theme-dark .pl-card-title {
295
295
  color: rgb(248, 250, 252);
296
296
  }
297
297
 
@@ -309,7 +309,7 @@
309
309
  border: 1px solid rgba(0, 0, 0, 0.03);
310
310
  }
311
311
 
312
- :global(.theme-dark) .pl-card-body {
312
+ .theme-dark .pl-card-body {
313
313
  background: rgba(15, 23, 42, 0.4);
314
314
  border-color: rgba(255, 255, 255, 0.05);
315
315
  }
@@ -327,7 +327,7 @@
327
327
  -webkit-box-orient: vertical;
328
328
  }
329
329
 
330
- :global(.theme-dark) .pl-card-text {
330
+ .theme-dark .pl-card-text {
331
331
  color: rgb(203, 213, 225);
332
332
  }
333
333
 
@@ -348,7 +348,7 @@
348
348
  text-transform: uppercase;
349
349
  }
350
350
 
351
- :global(.theme-dark) .pl-card-tag {
351
+ .theme-dark .pl-card-tag {
352
352
  background: rgba(139, 92, 246, 0.15);
353
353
  color: rgb(167, 139, 250);
354
354
  }
@@ -380,12 +380,12 @@
380
380
  color: rgb(5, 150, 105);
381
381
  }
382
382
 
383
- :global(.theme-dark) .pl-var-highlight {
383
+ .theme-dark .pl-var-highlight {
384
384
  background: rgba(139, 92, 246, 0.3);
385
385
  color: rgb(167, 139, 250);
386
386
  }
387
387
 
388
- :global(.theme-dark) .pl-var-highlight.pl-var-filled {
388
+ .theme-dark .pl-var-highlight.pl-var-filled {
389
389
  background: rgba(16, 185, 129, 0.3);
390
390
  color: rgb(52, 211, 153);
391
391
  }
@@ -421,7 +421,7 @@
421
421
  box-sizing: border-box;
422
422
  }
423
423
 
424
- :global(.theme-dark) .pl-var-input {
424
+ .theme-dark .pl-var-input {
425
425
  background: rgba(15, 23, 42, 0.5);
426
426
  border-color: rgba(255, 255, 255, 0.1);
427
427
  color: rgb(248, 250, 252);
@@ -460,7 +460,7 @@
460
460
  border: 1px solid rgba(0, 0, 0, 0.1);
461
461
  }
462
462
 
463
- :global(.theme-dark) .pl-modal-container {
463
+ .theme-dark .pl-modal-container {
464
464
  background: rgb(30, 41, 59);
465
465
  border-color: rgba(255, 255, 255, 0.1);
466
466
  }
@@ -505,7 +505,7 @@
505
505
  color: rgb(51, 65, 85);
506
506
  }
507
507
 
508
- :global(.theme-dark) .pl-label {
508
+ .theme-dark .pl-label {
509
509
  color: rgb(226, 232, 240);
510
510
  }
511
511
 
@@ -536,13 +536,13 @@
536
536
  line-height: 1.6;
537
537
  }
538
538
 
539
- :global(.theme-dark) .pl-input {
539
+ .theme-dark .pl-input {
540
540
  background: rgba(15, 23, 42, 0.6);
541
541
  border-color: rgba(255, 255, 255, 0.1);
542
542
  color: rgb(248, 250, 252);
543
543
  }
544
544
 
545
- :global(.theme-dark) .pl-textarea {
545
+ .theme-dark .pl-textarea {
546
546
  background: rgba(15, 23, 42, 0.6);
547
547
  border-color: rgba(255, 255, 255, 0.1);
548
548
  color: rgb(248, 250, 252);
@@ -562,11 +562,11 @@
562
562
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
563
563
  }
564
564
 
565
- :global(.theme-dark) .pl-input:focus {
565
+ .theme-dark .pl-input:focus {
566
566
  background: rgba(15, 23, 42, 0.9);
567
567
  }
568
568
 
569
- :global(.theme-dark) .pl-textarea:focus {
569
+ .theme-dark .pl-textarea:focus {
570
570
  background: rgba(15, 23, 42, 0.9);
571
571
  }
572
572
 
@@ -576,7 +576,7 @@
576
576
  margin-top: 0.25rem;
577
577
  }
578
578
 
579
- :global(.theme-dark) .pl-hint {
579
+ .theme-dark .pl-hint {
580
580
  color: rgb(148, 163, 184);
581
581
  }
582
582
 
@@ -594,7 +594,7 @@
594
594
  cursor: text;
595
595
  }
596
596
 
597
- :global(.theme-dark) .pl-tags-input-wrapper {
597
+ .theme-dark .pl-tags-input-wrapper {
598
598
  background: rgba(15, 23, 42, 0.6);
599
599
  border-color: rgba(255, 255, 255, 0.1);
600
600
  }
@@ -605,7 +605,7 @@
605
605
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
606
606
  }
607
607
 
608
- :global(.theme-dark) .pl-tags-input-wrapper:focus-within {
608
+ .theme-dark .pl-tags-input-wrapper:focus-within {
609
609
  background: rgba(15, 23, 42, 0.9);
610
610
  }
611
611
 
@@ -626,7 +626,7 @@
626
626
  outline: none;
627
627
  }
628
628
 
629
- :global(.theme-dark) .pl-tags-input-field {
629
+ .theme-dark .pl-tags-input-field {
630
630
  color: rgb(248, 250, 252);
631
631
  }
632
632
 
@@ -639,7 +639,7 @@
639
639
  border-top: 1px solid rgba(0, 0, 0, 0.05);
640
640
  }
641
641
 
642
- :global(.theme-dark) .pl-modal-footer {
642
+ .theme-dark .pl-modal-footer {
643
643
  border-top-color: rgba(255, 255, 255, 0.05);
644
644
  }
645
645
 
@@ -663,7 +663,7 @@
663
663
  margin-bottom: 0.5rem;
664
664
  }
665
665
 
666
- :global(.theme-dark) .pl-confirm-title {
666
+ .theme-dark .pl-confirm-title {
667
667
  color: rgb(248, 250, 252);
668
668
  }
669
669
 
@@ -30,7 +30,7 @@
30
30
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
31
31
  }
32
32
 
33
- :global(.theme-dark) .rc-card {
33
+ .theme-dark .rc-card {
34
34
  background: rgba(15, 23, 42, 0.6);
35
35
  border: 1px solid rgba(255, 255, 255, 0.08);
36
36
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
@@ -55,7 +55,7 @@
55
55
  margin-bottom: 0.75rem;
56
56
  }
57
57
 
58
- :global(.theme-dark) .rc-group-title {
58
+ .theme-dark .rc-group-title {
59
59
  color: rgb(148, 163, 184);
60
60
  }
61
61
 
@@ -77,7 +77,7 @@
77
77
  color: rgb(30, 41, 59);
78
78
  }
79
79
 
80
- :global(.theme-dark) .rc-label-mini {
80
+ .theme-dark .rc-label-mini {
81
81
  color: rgb(241, 245, 249);
82
82
  }
83
83
 
@@ -92,7 +92,7 @@
92
92
  transition: all 0.2s ease;
93
93
  }
94
94
 
95
- :global(.theme-dark) .rc-color-input-container {
95
+ .theme-dark .rc-color-input-container {
96
96
  background: rgba(30, 41, 59, 0.5);
97
97
  border-color: rgb(51, 65, 85);
98
98
  }
@@ -118,7 +118,7 @@
118
118
  border-radius: 0.4rem;
119
119
  }
120
120
 
121
- :global(.theme-dark) .rc-color-picker::-webkit-color-swatch {
121
+ .theme-dark .rc-color-picker::-webkit-color-swatch {
122
122
  border: 1px solid rgba(255, 255, 255, 0.2);
123
123
  }
124
124
 
@@ -129,7 +129,7 @@
129
129
  flex: 1;
130
130
  }
131
131
 
132
- :global(.theme-dark) .rc-hex-text {
132
+ .theme-dark .rc-hex-text {
133
133
  color: rgb(148, 163, 184);
134
134
  }
135
135
 
@@ -170,7 +170,7 @@
170
170
  outline: none;
171
171
  }
172
172
 
173
- :global(.theme-dark) .rc-range {
173
+ .theme-dark .rc-range {
174
174
  background: rgb(51, 65, 85);
175
175
  }
176
176
 
@@ -208,7 +208,7 @@
208
208
  border: 1px solid rgba(0, 0, 0, 0.05);
209
209
  }
210
210
 
211
- :global(.theme-dark) .rc-score-card {
211
+ .theme-dark .rc-score-card {
212
212
  background: rgba(255, 255, 255, 0.03);
213
213
  border-color: rgba(255, 255, 255, 0.05);
214
214
  }
@@ -244,12 +244,12 @@
244
244
  color: rgb(153, 27, 27);
245
245
  }
246
246
 
247
- :global(.theme-dark) .rc-status-pass {
247
+ .theme-dark .rc-status-pass {
248
248
  background: rgba(34, 197, 94, 0.15);
249
249
  color: rgb(134, 239, 172);
250
250
  }
251
251
 
252
- :global(.theme-dark) .rc-status-fail {
252
+ .theme-dark .rc-status-fail {
253
253
  background: rgba(239, 68, 68, 0.15);
254
254
  color: rgb(252, 165, 165);
255
255
  }
@@ -300,7 +300,7 @@
300
300
  font-weight: 600;
301
301
  }
302
302
 
303
- :global(.theme-dark) .rc-item-label {
303
+ .theme-dark .rc-item-label {
304
304
  color: rgb(148, 163, 184);
305
305
  }
306
306
 
@@ -30,7 +30,7 @@
30
30
  gap: 1rem;
31
31
  }
32
32
 
33
- :global(.theme-dark) .ss-panel {
33
+ .theme-dark .ss-panel {
34
34
  background: rgba(15, 23, 42, 0.75);
35
35
  border-color: rgba(255, 255, 255, 0.06);
36
36
  }
@@ -43,7 +43,7 @@
43
43
  letter-spacing: 0.06em;
44
44
  }
45
45
 
46
- :global(.theme-dark) .ss-panel-label {
46
+ .theme-dark .ss-panel-label {
47
47
  color: rgb(148, 163, 184);
48
48
  }
49
49
 
@@ -63,7 +63,7 @@
63
63
  box-sizing: border-box;
64
64
  }
65
65
 
66
- :global(.theme-dark) .ss-textarea {
66
+ .theme-dark .ss-textarea {
67
67
  background: rgba(255, 255, 255, 0.04);
68
68
  border-color: rgb(51, 65, 85);
69
69
  color: rgb(203, 213, 225);
@@ -95,7 +95,7 @@
95
95
  user-select: none;
96
96
  }
97
97
 
98
- :global(.theme-dark) .ss-toggle-label {
98
+ .theme-dark .ss-toggle-label {
99
99
  color: rgb(148, 163, 184);
100
100
  }
101
101
 
@@ -199,7 +199,7 @@
199
199
  transition: all 0.2s ease;
200
200
  }
201
201
 
202
- :global(.theme-dark) .ss-btn-action {
202
+ .theme-dark .ss-btn-action {
203
203
  background: rgb(30, 41, 59);
204
204
  border-color: rgb(51, 65, 85);
205
205
  color: rgb(148, 163, 184);
@@ -245,7 +245,7 @@
245
245
  border-top: 2px solid rgb(226, 232, 240);
246
246
  }
247
247
 
248
- :global(.theme-dark) .ss-stat-chip {
248
+ .theme-dark .ss-stat-chip {
249
249
  background: rgba(255, 255, 255, 0.04);
250
250
  border-color: rgb(51, 65, 85);
251
251
  }
@@ -273,7 +273,7 @@
273
273
  line-height: 1.2;
274
274
  }
275
275
 
276
- :global(.theme-dark) .ss-chip-value {
276
+ .theme-dark .ss-chip-value {
277
277
  color: white;
278
278
  }
279
279
 
@@ -13,7 +13,7 @@
13
13
  color: var(--stc-text);
14
14
  }
15
15
 
16
- :global(.theme-dark) .stc-container {
16
+ .theme-dark .stc-container {
17
17
  --stc-card-bg: #1e293b;
18
18
  --stc-text: #f8fafc;
19
19
  --stc-text-muted: #94a3b8;
@@ -187,7 +187,7 @@
187
187
  transition: all 0.2s;
188
188
  }
189
189
 
190
- :global(.stc-tab-btn.active) {
190
+ .stc-tab-btn.active {
191
191
  background: var(--stc-card-bg);
192
192
  color: var(--stc-primary);
193
193
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
@@ -24,7 +24,7 @@
24
24
  gap: 1rem;
25
25
  }
26
26
 
27
- :global(.theme-dark) .uc-input-card {
27
+ .theme-dark .uc-input-card {
28
28
  background: rgba(15, 23, 42, 0.75);
29
29
  border-color: rgba(255, 255, 255, 0.06);
30
30
  }
@@ -37,7 +37,7 @@
37
37
  letter-spacing: 0.05em;
38
38
  }
39
39
 
40
- :global(.theme-dark) .uc-label {
40
+ .theme-dark .uc-label {
41
41
  color: rgb(148, 163, 184);
42
42
  }
43
43
 
@@ -58,7 +58,7 @@
58
58
  color: rgb(51, 65, 85);
59
59
  }
60
60
 
61
- :global(.theme-dark) .uc-input {
61
+ .theme-dark .uc-input {
62
62
  background: rgb(15, 23, 42);
63
63
  border-color: rgb(51, 65, 85);
64
64
  color: rgb(203, 213, 225);
@@ -114,7 +114,7 @@
114
114
  gap: 1rem;
115
115
  }
116
116
 
117
- :global(.theme-dark) .uc-result-card {
117
+ .theme-dark .uc-result-card {
118
118
  background: rgba(15, 23, 42, 0.75);
119
119
  border-color: rgba(255, 255, 255, 0.06);
120
120
  }
@@ -134,7 +134,7 @@
134
134
  letter-spacing: 0.05em;
135
135
  }
136
136
 
137
- :global(.theme-dark) .uc-card-title {
137
+ .theme-dark .uc-card-title {
138
138
  color: rgb(203, 213, 225);
139
139
  }
140
140
 
@@ -148,7 +148,7 @@
148
148
  border: 1px solid rgba(0, 0, 0, 0.05);
149
149
  }
150
150
 
151
- :global(.theme-dark) .uc-url-display {
151
+ .theme-dark .uc-url-display {
152
152
  background: rgb(30, 41, 59);
153
153
  border-color: rgb(51, 65, 85);
154
154
  color: rgb(129, 140, 148);
@@ -169,7 +169,7 @@
169
169
  transition: all 0.2s ease;
170
170
  }
171
171
 
172
- :global(.theme-dark) .uc-copy-btn {
172
+ .theme-dark .uc-copy-btn {
173
173
  background: rgb(30, 41, 59);
174
174
  border-color: rgb(51, 65, 85);
175
175
  color: rgb(148, 163, 184);
@@ -199,7 +199,7 @@
199
199
  border-left: 3px solid rgb(59, 130, 246);
200
200
  }
201
201
 
202
- :global(.theme-dark) .uc-removed-item {
202
+ .theme-dark .uc-removed-item {
203
203
  background: rgba(255, 255, 255, 0.03);
204
204
  }
205
205
 
@@ -209,7 +209,7 @@
209
209
  font-size: 0.875rem;
210
210
  }
211
211
 
212
- :global(.theme-dark) .uc-item-key {
212
+ .theme-dark .uc-item-key {
213
213
  color: rgb(203, 213, 225);
214
214
  }
215
215
 
@@ -225,7 +225,7 @@
225
225
  margin: 0.25rem 0;
226
226
  }
227
227
 
228
- :global(.theme-dark) .uc-item-desc {
228
+ .theme-dark .uc-item-desc {
229
229
  color: rgb(148, 163, 184);
230
230
  }
231
231
 
@@ -248,7 +248,7 @@
248
248
  gap: 1.5rem;
249
249
  }
250
250
 
251
- :global(.theme-dark) .uc-stats-card {
251
+ .theme-dark .uc-stats-card {
252
252
  background: rgba(15, 23, 42, 0.75);
253
253
  border-color: rgba(255, 255, 255, 0.06);
254
254
  }
@@ -275,6 +275,6 @@
275
275
  letter-spacing: 0.04em;
276
276
  }
277
277
 
278
- :global(.theme-dark) .uc-stat-label {
278
+ .theme-dark .uc-stat-label {
279
279
  color: rgb(148, 163, 184);
280
280
  }
@@ -15,7 +15,7 @@
15
15
  color: var(--urlc-text);
16
16
  }
17
17
 
18
- :global(.theme-dark) .urlc-root {
18
+ .theme-dark .urlc-root {
19
19
  --urlc-card-bg: #1e293b;
20
20
  --urlc-bg: #0f172a;
21
21
  --urlc-text: #f1f5f9;
@@ -14,7 +14,7 @@
14
14
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.06);
15
15
  }
16
16
 
17
- :global(.theme-dark) .ug-container {
17
+ .theme-dark .ug-container {
18
18
  background: rgba(15, 23, 42, 0.75);
19
19
  border-color: rgba(255, 255, 255, 0.06);
20
20
  }
@@ -51,7 +51,7 @@
51
51
  color: rgb(100, 116, 139);
52
52
  }
53
53
 
54
- :global(.theme-dark) .ug-input-group label {
54
+ .theme-dark .ug-input-group label {
55
55
  color: rgb(148, 163, 184);
56
56
  }
57
57
 
@@ -64,7 +64,7 @@
64
64
  transition: all 0.2s ease;
65
65
  }
66
66
 
67
- :global(.theme-dark) .ug-input {
67
+ .theme-dark .ug-input {
68
68
  background: rgba(255, 255, 255, 0.04);
69
69
  border-color: rgb(51, 65, 85);
70
70
  color: rgb(203, 213, 225);
@@ -88,7 +88,7 @@
88
88
  border: 1px solid rgba(99, 102, 241, 0.2);
89
89
  }
90
90
 
91
- :global(.theme-dark) .ug-result {
91
+ .theme-dark .ug-result {
92
92
  background: rgba(99, 102, 241, 0.05);
93
93
  border-color: rgba(99, 102, 241, 0.15);
94
94
  }
@@ -108,7 +108,7 @@
108
108
  font-size: 0.875rem;
109
109
  }
110
110
 
111
- :global(.theme-dark) .ug-result-label {
111
+ .theme-dark .ug-result-label {
112
112
  color: rgb(203, 213, 225);
113
113
  }
114
114
 
@@ -122,7 +122,7 @@
122
122
  border: 1px solid rgba(0, 0, 0, 0.05);
123
123
  }
124
124
 
125
- :global(.theme-dark) .ug-result-url {
125
+ .theme-dark .ug-result-url {
126
126
  background: rgb(30, 41, 59);
127
127
  border-color: rgb(51, 65, 85);
128
128
  color: rgb(129, 140, 248);