@patternfly/patternfly 4.196.3 → 4.196.4

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.
@@ -280,7 +280,7 @@
280
280
  --pf-global--BorderColor--200: #444548;
281
281
  --pf-global--BorderColor--300: #57585a;
282
282
  --pf-global--BorderColor--400: #aaabac;
283
- --pf-global--Color--100: #fff;
283
+ --pf-global--Color--100: #e0e0e0;
284
284
  --pf-global--Color--200: #aaabac;
285
285
  --pf-global--active-color--100: #1fa7f8;
286
286
  --pf-global--primary-color--100: #1fa7f8;
@@ -297,9 +297,9 @@
297
297
  --pf-global--disabled-color--300: #aaabac;
298
298
  --pf-global--icon--Color--light: #aaabac;
299
299
  --pf-global--icon--Color--dark: #aaabac;
300
- --pf-global--Color--dark-100: #fff;
300
+ --pf-global--Color--dark-100: #e0e0e0;
301
301
  --pf-global--Color--dark-200: #aaabac;
302
- --pf-global--Color--light-100: #fff;
302
+ --pf-global--Color--light-100: #e0e0e0;
303
303
  --pf-global--Color--light-200: #aaabac;
304
304
  --pf-global--Color--light-300: #3c3f42;
305
305
  --pf-global--BorderColor--dark-100: #444548;
@@ -263,7 +263,7 @@
263
263
  }
264
264
 
265
265
  :where(.pf-theme-dark) .pf-c-about-modal-box {
266
- --pf-global--Color--100: #fff;
266
+ --pf-global--Color--100: #e0e0e0;
267
267
  --pf-global--Color--200: #aaabac;
268
268
  --pf-global--BorderColor--100: #444548;
269
269
  --pf-global--primary-color--100: #1fa7f8;
@@ -127,7 +127,7 @@
127
127
  }
128
128
 
129
129
  :where(.pf-theme-dark) .pf-c-banner {
130
- --pf-global--Color--100: #fff;
130
+ --pf-global--Color--100: #e0e0e0;
131
131
  --pf-global--Color--200: #aaabac;
132
132
  --pf-global--BorderColor--100: #444548;
133
133
  --pf-global--primary-color--100: #1fa7f8;
@@ -201,7 +201,7 @@
201
201
  }
202
202
 
203
203
  :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main {
204
- --pf-global--Color--100: #fff;
204
+ --pf-global--Color--100: #e0e0e0;
205
205
  --pf-global--Color--200: #aaabac;
206
206
  --pf-global--BorderColor--100: #444548;
207
207
  --pf-global--primary-color--100: #1fa7f8;
@@ -298,7 +298,7 @@
298
298
 
299
299
  :where(.pf-theme-dark) .pf-c-login__header,
300
300
  :where(.pf-theme-dark) .pf-c-login__footer {
301
- --pf-global--Color--100: #fff;
301
+ --pf-global--Color--100: #e0e0e0;
302
302
  --pf-global--Color--200: #aaabac;
303
303
  --pf-global--BorderColor--100: #444548;
304
304
  --pf-global--primary-color--100: #1fa7f8;
@@ -660,7 +660,7 @@
660
660
  }
661
661
 
662
662
  :where(.pf-theme-dark) .pf-c-masthead {
663
- --pf-global--Color--100: #fff;
663
+ --pf-global--Color--100: #e0e0e0;
664
664
  --pf-global--Color--200: #aaabac;
665
665
  --pf-global--BorderColor--100: #444548;
666
666
  --pf-global--primary-color--100: #1fa7f8;
@@ -782,7 +782,7 @@
782
782
  :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
783
783
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
784
784
  :where(.pf-theme-dark) .pf-c-page__header {
785
- --pf-global--Color--100: #fff;
785
+ --pf-global--Color--100: #e0e0e0;
786
786
  --pf-global--Color--200: #aaabac;
787
787
  --pf-global--BorderColor--100: #444548;
788
788
  --pf-global--primary-color--100: #1fa7f8;
@@ -512,7 +512,7 @@
512
512
  }
513
513
 
514
514
  :where(.pf-theme-dark) .pf-c-wizard__header {
515
- --pf-global--Color--100: #fff;
515
+ --pf-global--Color--100: #e0e0e0;
516
516
  --pf-global--Color--200: #aaabac;
517
517
  --pf-global--BorderColor--100: #444548;
518
518
  --pf-global--primary-color--100: #1fa7f8;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.196.3",
4
+ "version": "4.196.4",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -321,7 +321,7 @@
321
321
  --pf-global--BorderColor--200: #444548;
322
322
  --pf-global--BorderColor--300: #57585a;
323
323
  --pf-global--BorderColor--400: #aaabac;
324
- --pf-global--Color--100: #fff;
324
+ --pf-global--Color--100: #e0e0e0;
325
325
  --pf-global--Color--200: #aaabac;
326
326
  --pf-global--active-color--100: #1fa7f8;
327
327
  --pf-global--primary-color--100: #1fa7f8;
@@ -338,9 +338,9 @@
338
338
  --pf-global--disabled-color--300: #aaabac;
339
339
  --pf-global--icon--Color--light: #aaabac;
340
340
  --pf-global--icon--Color--dark: #aaabac;
341
- --pf-global--Color--dark-100: #fff;
341
+ --pf-global--Color--dark-100: #e0e0e0;
342
342
  --pf-global--Color--dark-200: #aaabac;
343
- --pf-global--Color--light-100: #fff;
343
+ --pf-global--Color--light-100: #e0e0e0;
344
344
  --pf-global--Color--light-200: #aaabac;
345
345
  --pf-global--Color--light-300: #3c3f42;
346
346
  --pf-global--BorderColor--dark-100: #444548;
@@ -321,7 +321,7 @@
321
321
  --pf-global--BorderColor--200: #444548;
322
322
  --pf-global--BorderColor--300: #57585a;
323
323
  --pf-global--BorderColor--400: #aaabac;
324
- --pf-global--Color--100: #fff;
324
+ --pf-global--Color--100: #e0e0e0;
325
325
  --pf-global--Color--200: #aaabac;
326
326
  --pf-global--active-color--100: #1fa7f8;
327
327
  --pf-global--primary-color--100: #1fa7f8;
@@ -338,9 +338,9 @@
338
338
  --pf-global--disabled-color--300: #aaabac;
339
339
  --pf-global--icon--Color--light: #aaabac;
340
340
  --pf-global--icon--Color--dark: #aaabac;
341
- --pf-global--Color--dark-100: #fff;
341
+ --pf-global--Color--dark-100: #e0e0e0;
342
342
  --pf-global--Color--dark-200: #aaabac;
343
- --pf-global--Color--light-100: #fff;
343
+ --pf-global--Color--light-100: #e0e0e0;
344
344
  --pf-global--Color--light-200: #aaabac;
345
345
  --pf-global--Color--light-300: #3c3f42;
346
346
  --pf-global--BorderColor--dark-100: #444548;
@@ -375,7 +375,7 @@
375
375
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
376
376
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
377
377
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
378
- --pf-global--Color--100: #fff;
378
+ --pf-global--Color--100: #e0e0e0;
379
379
  --pf-global--Color--200: #aaabac;
380
380
  --pf-global--BorderColor--100: #444548;
381
381
  --pf-global--primary-color--100: #1fa7f8;
@@ -424,7 +424,7 @@
424
424
  --pf-global--BorderColor--200: #444548;
425
425
  --pf-global--BorderColor--300: #57585a;
426
426
  --pf-global--BorderColor--400: #aaabac;
427
- --pf-global--Color--100: #fff;
427
+ --pf-global--Color--100: #e0e0e0;
428
428
  --pf-global--Color--200: #aaabac;
429
429
  --pf-global--active-color--100: #1fa7f8;
430
430
  --pf-global--primary-color--100: #1fa7f8;
@@ -441,9 +441,9 @@
441
441
  --pf-global--disabled-color--300: #aaabac;
442
442
  --pf-global--icon--Color--light: #aaabac;
443
443
  --pf-global--icon--Color--dark: #aaabac;
444
- --pf-global--Color--dark-100: #fff;
444
+ --pf-global--Color--dark-100: #e0e0e0;
445
445
  --pf-global--Color--dark-200: #aaabac;
446
- --pf-global--Color--light-100: #fff;
446
+ --pf-global--Color--light-100: #e0e0e0;
447
447
  --pf-global--Color--light-200: #aaabac;
448
448
  --pf-global--Color--light-300: #3c3f42;
449
449
  --pf-global--BorderColor--dark-100: #444548;
@@ -5716,7 +5716,7 @@ html {
5716
5716
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
5717
5717
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
5718
5718
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
5719
- --pf-global--Color--100: #fff;
5719
+ --pf-global--Color--100: #e0e0e0;
5720
5720
  --pf-global--Color--200: #aaabac;
5721
5721
  --pf-global--BorderColor--100: #444548;
5722
5722
  --pf-global--primary-color--100: #1fa7f8;
@@ -5959,7 +5959,7 @@ html {
5959
5959
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
5960
5960
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
5961
5961
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
5962
- --pf-global--Color--100: #fff;
5962
+ --pf-global--Color--100: #e0e0e0;
5963
5963
  --pf-global--Color--200: #aaabac;
5964
5964
  --pf-global--BorderColor--100: #444548;
5965
5965
  --pf-global--primary-color--100: #1fa7f8;
@@ -6218,7 +6218,7 @@ html {
6218
6218
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
6219
6219
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
6220
6220
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
6221
- --pf-global--Color--100: #fff;
6221
+ --pf-global--Color--100: #e0e0e0;
6222
6222
  --pf-global--Color--200: #aaabac;
6223
6223
  --pf-global--BorderColor--100: #444548;
6224
6224
  --pf-global--primary-color--100: #1fa7f8;
@@ -6530,7 +6530,7 @@ html {
6530
6530
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
6531
6531
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
6532
6532
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
6533
- --pf-global--Color--100: #fff;
6533
+ --pf-global--Color--100: #e0e0e0;
6534
6534
  --pf-global--Color--200: #aaabac;
6535
6535
  --pf-global--BorderColor--100: #444548;
6536
6536
  --pf-global--primary-color--100: #1fa7f8;
@@ -6950,7 +6950,7 @@ html {
6950
6950
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
6951
6951
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
6952
6952
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
6953
- --pf-global--Color--100: #fff;
6953
+ --pf-global--Color--100: #e0e0e0;
6954
6954
  --pf-global--Color--200: #aaabac;
6955
6955
  --pf-global--BorderColor--100: #444548;
6956
6956
  --pf-global--primary-color--100: #1fa7f8;
@@ -7072,7 +7072,7 @@ html {
7072
7072
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
7073
7073
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
7074
7074
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-about-modal-box {
7075
- --pf-global--Color--100: #fff;
7075
+ --pf-global--Color--100: #e0e0e0;
7076
7076
  --pf-global--Color--200: #aaabac;
7077
7077
  --pf-global--BorderColor--100: #444548;
7078
7078
  --pf-global--primary-color--100: #1fa7f8;
@@ -7269,7 +7269,7 @@ button.pf-c-breadcrumb__link {
7269
7269
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
7270
7270
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
7271
7271
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
7272
- --pf-global--Color--100: #fff;
7272
+ --pf-global--Color--100: #e0e0e0;
7273
7273
  --pf-global--Color--200: #aaabac;
7274
7274
  --pf-global--BorderColor--100: #444548;
7275
7275
  --pf-global--primary-color--100: #1fa7f8;
@@ -7781,7 +7781,7 @@ button.pf-c-breadcrumb__link {
7781
7781
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
7782
7782
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
7783
7783
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
7784
- --pf-global--Color--100: #fff;
7784
+ --pf-global--Color--100: #e0e0e0;
7785
7785
  --pf-global--Color--200: #aaabac;
7786
7786
  --pf-global--BorderColor--100: #444548;
7787
7787
  --pf-global--primary-color--100: #1fa7f8;
@@ -8039,7 +8039,7 @@ button.pf-c-breadcrumb__link {
8039
8039
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
8040
8040
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
8041
8041
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
8042
- --pf-global--Color--100: #fff;
8042
+ --pf-global--Color--100: #e0e0e0;
8043
8043
  --pf-global--Color--200: #aaabac;
8044
8044
  --pf-global--BorderColor--100: #444548;
8045
8045
  --pf-global--primary-color--100: #1fa7f8;
@@ -8557,7 +8557,7 @@ label.pf-c-check, .pf-c-check__label,
8557
8557
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
8558
8558
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
8559
8559
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
8560
- --pf-global--Color--100: #fff;
8560
+ --pf-global--Color--100: #e0e0e0;
8561
8561
  --pf-global--Color--200: #aaabac;
8562
8562
  --pf-global--BorderColor--100: #444548;
8563
8563
  --pf-global--primary-color--100: #1fa7f8;
@@ -8755,7 +8755,7 @@ label.pf-c-check, .pf-c-check__label,
8755
8755
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
8756
8756
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
8757
8757
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
8758
- --pf-global--Color--100: #fff;
8758
+ --pf-global--Color--100: #e0e0e0;
8759
8759
  --pf-global--Color--200: #aaabac;
8760
8760
  --pf-global--BorderColor--100: #444548;
8761
8761
  --pf-global--primary-color--100: #1fa7f8;
@@ -8971,7 +8971,7 @@ label.pf-c-check, .pf-c-check__label,
8971
8971
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
8972
8972
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
8973
8973
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
8974
- --pf-global--Color--100: #fff;
8974
+ --pf-global--Color--100: #e0e0e0;
8975
8975
  --pf-global--Color--200: #aaabac;
8976
8976
  --pf-global--BorderColor--100: #444548;
8977
8977
  --pf-global--primary-color--100: #1fa7f8;
@@ -9540,7 +9540,7 @@ label.pf-c-check, .pf-c-check__label,
9540
9540
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
9541
9541
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
9542
9542
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
9543
- --pf-global--Color--100: #fff;
9543
+ --pf-global--Color--100: #e0e0e0;
9544
9544
  --pf-global--Color--200: #aaabac;
9545
9545
  --pf-global--BorderColor--100: #444548;
9546
9546
  --pf-global--primary-color--100: #1fa7f8;
@@ -10423,7 +10423,7 @@ label.pf-c-check, .pf-c-check__label,
10423
10423
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
10424
10424
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
10425
10425
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
10426
- --pf-global--Color--100: #fff;
10426
+ --pf-global--Color--100: #e0e0e0;
10427
10427
  --pf-global--Color--200: #aaabac;
10428
10428
  --pf-global--BorderColor--100: #444548;
10429
10429
  --pf-global--primary-color--100: #1fa7f8;
@@ -12266,7 +12266,7 @@ label.pf-c-check, .pf-c-check__label,
12266
12266
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
12267
12267
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
12268
12268
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
12269
- --pf-global--Color--100: #fff;
12269
+ --pf-global--Color--100: #e0e0e0;
12270
12270
  --pf-global--Color--200: #aaabac;
12271
12271
  --pf-global--BorderColor--100: #444548;
12272
12272
  --pf-global--primary-color--100: #1fa7f8;
@@ -13463,7 +13463,7 @@ label.pf-c-check, .pf-c-check__label,
13463
13463
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
13464
13464
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
13465
13465
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
13466
- --pf-global--Color--100: #fff;
13466
+ --pf-global--Color--100: #e0e0e0;
13467
13467
  --pf-global--Color--200: #aaabac;
13468
13468
  --pf-global--BorderColor--100: #444548;
13469
13469
  --pf-global--primary-color--100: #1fa7f8;
@@ -14069,7 +14069,7 @@ label.pf-c-check, .pf-c-check__label,
14069
14069
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
14070
14070
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
14071
14071
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
14072
- --pf-global--Color--100: #fff;
14072
+ --pf-global--Color--100: #e0e0e0;
14073
14073
  --pf-global--Color--200: #aaabac;
14074
14074
  --pf-global--BorderColor--100: #444548;
14075
14075
  --pf-global--primary-color--100: #1fa7f8;
@@ -14932,7 +14932,7 @@ label.pf-c-check, .pf-c-check__label,
14932
14932
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
14933
14933
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
14934
14934
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
14935
- --pf-global--Color--100: #fff;
14935
+ --pf-global--Color--100: #e0e0e0;
14936
14936
  --pf-global--Color--200: #aaabac;
14937
14937
  --pf-global--BorderColor--100: #444548;
14938
14938
  --pf-global--primary-color--100: #1fa7f8;
@@ -15275,7 +15275,7 @@ textarea.pf-c-form-control {
15275
15275
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
15276
15276
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
15277
15277
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
15278
- --pf-global--Color--100: #fff;
15278
+ --pf-global--Color--100: #e0e0e0;
15279
15279
  --pf-global--Color--200: #aaabac;
15280
15280
  --pf-global--BorderColor--100: #444548;
15281
15281
  --pf-global--primary-color--100: #1fa7f8;
@@ -15388,7 +15388,7 @@ textarea.pf-c-form-control {
15388
15388
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
15389
15389
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
15390
15390
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
15391
- --pf-global--Color--100: #fff;
15391
+ --pf-global--Color--100: #e0e0e0;
15392
15392
  --pf-global--Color--200: #aaabac;
15393
15393
  --pf-global--BorderColor--100: #444548;
15394
15394
  --pf-global--primary-color--100: #1fa7f8;
@@ -15493,7 +15493,7 @@ textarea.pf-c-form-control {
15493
15493
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
15494
15494
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
15495
15495
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
15496
- --pf-global--Color--100: #fff;
15496
+ --pf-global--Color--100: #e0e0e0;
15497
15497
  --pf-global--Color--200: #aaabac;
15498
15498
  --pf-global--BorderColor--100: #444548;
15499
15499
  --pf-global--primary-color--100: #1fa7f8;
@@ -15682,7 +15682,7 @@ label.pf-c-input-group__text {
15682
15682
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
15683
15683
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
15684
15684
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
15685
- --pf-global--Color--100: #fff;
15685
+ --pf-global--Color--100: #e0e0e0;
15686
15686
  --pf-global--Color--200: #aaabac;
15687
15687
  --pf-global--BorderColor--100: #444548;
15688
15688
  --pf-global--primary-color--100: #1fa7f8;
@@ -16434,7 +16434,7 @@ button.pf-c-label__content:focus {
16434
16434
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
16435
16435
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
16436
16436
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
16437
- --pf-global--Color--100: #fff;
16437
+ --pf-global--Color--100: #e0e0e0;
16438
16438
  --pf-global--Color--200: #aaabac;
16439
16439
  --pf-global--BorderColor--100: #444548;
16440
16440
  --pf-global--primary-color--100: #1fa7f8;
@@ -16887,7 +16887,7 @@ ul.pf-c-list {
16887
16887
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
16888
16888
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
16889
16889
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner {
16890
- --pf-global--Color--100: #fff;
16890
+ --pf-global--Color--100: #e0e0e0;
16891
16891
  --pf-global--Color--200: #aaabac;
16892
16892
  --pf-global--BorderColor--100: #444548;
16893
16893
  --pf-global--primary-color--100: #1fa7f8;
@@ -17188,7 +17188,7 @@ ul.pf-c-list {
17188
17188
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
17189
17189
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
17190
17190
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main {
17191
- --pf-global--Color--100: #fff;
17191
+ --pf-global--Color--100: #e0e0e0;
17192
17192
  --pf-global--Color--200: #aaabac;
17193
17193
  --pf-global--BorderColor--100: #444548;
17194
17194
  --pf-global--primary-color--100: #1fa7f8;
@@ -17843,7 +17843,7 @@ ul.pf-c-list {
17843
17843
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
17844
17844
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
17845
17845
  :where(.pf-theme-dark) .pf-c-login__footer {
17846
- --pf-global--Color--100: #fff;
17846
+ --pf-global--Color--100: #e0e0e0;
17847
17847
  --pf-global--Color--200: #aaabac;
17848
17848
  --pf-global--BorderColor--100: #444548;
17849
17849
  --pf-global--primary-color--100: #1fa7f8;
@@ -18441,7 +18441,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18441
18441
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
18442
18442
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
18443
18443
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
18444
- --pf-global--Color--100: #fff;
18444
+ --pf-global--Color--100: #e0e0e0;
18445
18445
  --pf-global--Color--200: #aaabac;
18446
18446
  --pf-global--BorderColor--100: #444548;
18447
18447
  --pf-global--primary-color--100: #1fa7f8;
@@ -18874,7 +18874,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18874
18874
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
18875
18875
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
18876
18876
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
18877
- --pf-global--Color--100: #fff;
18877
+ --pf-global--Color--100: #e0e0e0;
18878
18878
  --pf-global--Color--200: #aaabac;
18879
18879
  --pf-global--BorderColor--100: #444548;
18880
18880
  --pf-global--primary-color--100: #1fa7f8;
@@ -19106,7 +19106,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19106
19106
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
19107
19107
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
19108
19108
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
19109
- --pf-global--Color--100: #fff;
19109
+ --pf-global--Color--100: #e0e0e0;
19110
19110
  --pf-global--Color--200: #aaabac;
19111
19111
  --pf-global--BorderColor--100: #444548;
19112
19112
  --pf-global--primary-color--100: #1fa7f8;
@@ -20250,7 +20250,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20250
20250
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
20251
20251
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
20252
20252
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
20253
- --pf-global--Color--100: #fff;
20253
+ --pf-global--Color--100: #e0e0e0;
20254
20254
  --pf-global--Color--200: #aaabac;
20255
20255
  --pf-global--BorderColor--100: #444548;
20256
20256
  --pf-global--primary-color--100: #1fa7f8;
@@ -20404,7 +20404,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20404
20404
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
20405
20405
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
20406
20406
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
20407
- --pf-global--Color--100: #fff;
20407
+ --pf-global--Color--100: #e0e0e0;
20408
20408
  --pf-global--Color--200: #aaabac;
20409
20409
  --pf-global--BorderColor--100: #444548;
20410
20410
  --pf-global--primary-color--100: #1fa7f8;
@@ -20701,7 +20701,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20701
20701
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
20702
20702
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
20703
20703
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
20704
- --pf-global--Color--100: #fff;
20704
+ --pf-global--Color--100: #e0e0e0;
20705
20705
  --pf-global--Color--200: #aaabac;
20706
20706
  --pf-global--BorderColor--100: #444548;
20707
20707
  --pf-global--primary-color--100: #1fa7f8;
@@ -20987,7 +20987,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20987
20987
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
20988
20988
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
20989
20989
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
20990
- --pf-global--Color--100: #fff;
20990
+ --pf-global--Color--100: #e0e0e0;
20991
20991
  --pf-global--Color--200: #aaabac;
20992
20992
  --pf-global--BorderColor--100: #444548;
20993
20993
  --pf-global--primary-color--100: #1fa7f8;
@@ -21777,7 +21777,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21777
21777
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
21778
21778
  :where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-about-modal-box, :where(.pf-theme-dark) .pf-c-banner, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, :where(.pf-theme-dark) .pf-c-login__header,
21779
21779
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead {
21780
- --pf-global--Color--100: #fff;
21780
+ --pf-global--Color--100: #e0e0e0;
21781
21781
  --pf-global--Color--200: #aaabac;
21782
21782
  --pf-global--BorderColor--100: #444548;
21783
21783
  --pf-global--primary-color--100: #1fa7f8;
@@ -22167,7 +22167,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22167
22167
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
22168
22168
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
22169
22169
  :where(.pf-theme-dark) .pf-c-page__header {
22170
- --pf-global--Color--100: #fff;
22170
+ --pf-global--Color--100: #e0e0e0;
22171
22171
  --pf-global--Color--200: #aaabac;
22172
22172
  --pf-global--BorderColor--100: #444548;
22173
22173
  --pf-global--primary-color--100: #1fa7f8;
@@ -22453,7 +22453,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22453
22453
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
22454
22454
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
22455
22455
  :where(.pf-theme-dark) .pf-c-page__header {
22456
- --pf-global--Color--100: #fff;
22456
+ --pf-global--Color--100: #e0e0e0;
22457
22457
  --pf-global--Color--200: #aaabac;
22458
22458
  --pf-global--BorderColor--100: #444548;
22459
22459
  --pf-global--primary-color--100: #1fa7f8;
@@ -22654,7 +22654,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22654
22654
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
22655
22655
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
22656
22656
  :where(.pf-theme-dark) .pf-c-page__header {
22657
- --pf-global--Color--100: #fff;
22657
+ --pf-global--Color--100: #e0e0e0;
22658
22658
  --pf-global--Color--200: #aaabac;
22659
22659
  --pf-global--BorderColor--100: #444548;
22660
22660
  --pf-global--primary-color--100: #1fa7f8;
@@ -23188,7 +23188,7 @@ label.pf-c-radio, .pf-c-radio__label,
23188
23188
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
23189
23189
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
23190
23190
  :where(.pf-theme-dark) .pf-c-page__header {
23191
- --pf-global--Color--100: #fff;
23191
+ --pf-global--Color--100: #e0e0e0;
23192
23192
  --pf-global--Color--200: #aaabac;
23193
23193
  --pf-global--BorderColor--100: #444548;
23194
23194
  --pf-global--primary-color--100: #1fa7f8;
@@ -23789,7 +23789,7 @@ label.pf-c-radio, .pf-c-radio__label,
23789
23789
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
23790
23790
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
23791
23791
  :where(.pf-theme-dark) .pf-c-page__header {
23792
- --pf-global--Color--100: #fff;
23792
+ --pf-global--Color--100: #e0e0e0;
23793
23793
  --pf-global--Color--200: #aaabac;
23794
23794
  --pf-global--BorderColor--100: #444548;
23795
23795
  --pf-global--primary-color--100: #1fa7f8;
@@ -24223,7 +24223,7 @@ label.pf-c-radio, .pf-c-radio__label,
24223
24223
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
24224
24224
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
24225
24225
  :where(.pf-theme-dark) .pf-c-page__header {
24226
- --pf-global--Color--100: #fff;
24226
+ --pf-global--Color--100: #e0e0e0;
24227
24227
  --pf-global--Color--200: #aaabac;
24228
24228
  --pf-global--BorderColor--100: #444548;
24229
24229
  --pf-global--primary-color--100: #1fa7f8;
@@ -24425,7 +24425,7 @@ label.pf-c-radio, .pf-c-radio__label,
24425
24425
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
24426
24426
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
24427
24427
  :where(.pf-theme-dark) .pf-c-page__header {
24428
- --pf-global--Color--100: #fff;
24428
+ --pf-global--Color--100: #e0e0e0;
24429
24429
  --pf-global--Color--200: #aaabac;
24430
24430
  --pf-global--BorderColor--100: #444548;
24431
24431
  --pf-global--primary-color--100: #1fa7f8;
@@ -25035,7 +25035,7 @@ svg.pf-c-spinner.pf-m-xl {
25035
25035
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
25036
25036
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
25037
25037
  :where(.pf-theme-dark) .pf-c-page__header {
25038
- --pf-global--Color--100: #fff;
25038
+ --pf-global--Color--100: #e0e0e0;
25039
25039
  --pf-global--Color--200: #aaabac;
25040
25040
  --pf-global--BorderColor--100: #444548;
25041
25041
  --pf-global--primary-color--100: #1fa7f8;
@@ -27742,7 +27742,7 @@ svg.pf-c-spinner.pf-m-xl {
27742
27742
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
27743
27743
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
27744
27744
  :where(.pf-theme-dark) .pf-c-page__header {
27745
- --pf-global--Color--100: #fff;
27745
+ --pf-global--Color--100: #e0e0e0;
27746
27746
  --pf-global--Color--200: #aaabac;
27747
27747
  --pf-global--BorderColor--100: #444548;
27748
27748
  --pf-global--primary-color--100: #1fa7f8;
@@ -29467,7 +29467,7 @@ svg.pf-c-spinner.pf-m-xl {
29467
29467
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
29468
29468
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
29469
29469
  :where(.pf-theme-dark) .pf-c-page__header {
29470
- --pf-global--Color--100: #fff;
29470
+ --pf-global--Color--100: #e0e0e0;
29471
29471
  --pf-global--Color--200: #aaabac;
29472
29472
  --pf-global--BorderColor--100: #444548;
29473
29473
  --pf-global--primary-color--100: #1fa7f8;
@@ -29794,7 +29794,7 @@ svg.pf-c-spinner.pf-m-xl {
29794
29794
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
29795
29795
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
29796
29796
  :where(.pf-theme-dark) .pf-c-page__header {
29797
- --pf-global--Color--100: #fff;
29797
+ --pf-global--Color--100: #e0e0e0;
29798
29798
  --pf-global--Color--200: #aaabac;
29799
29799
  --pf-global--BorderColor--100: #444548;
29800
29800
  --pf-global--primary-color--100: #1fa7f8;
@@ -29994,7 +29994,7 @@ svg.pf-c-spinner.pf-m-xl {
29994
29994
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
29995
29995
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
29996
29996
  :where(.pf-theme-dark) .pf-c-page__header {
29997
- --pf-global--Color--100: #fff;
29997
+ --pf-global--Color--100: #e0e0e0;
29998
29998
  --pf-global--Color--200: #aaabac;
29999
29999
  --pf-global--BorderColor--100: #444548;
30000
30000
  --pf-global--primary-color--100: #1fa7f8;
@@ -30116,7 +30116,7 @@ svg.pf-c-spinner.pf-m-xl {
30116
30116
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
30117
30117
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
30118
30118
  :where(.pf-theme-dark) .pf-c-page__header {
30119
- --pf-global--Color--100: #fff;
30119
+ --pf-global--Color--100: #e0e0e0;
30120
30120
  --pf-global--Color--200: #aaabac;
30121
30121
  --pf-global--BorderColor--100: #444548;
30122
30122
  --pf-global--primary-color--100: #1fa7f8;
@@ -30647,7 +30647,7 @@ svg.pf-c-spinner.pf-m-xl {
30647
30647
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
30648
30648
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
30649
30649
  :where(.pf-theme-dark) .pf-c-page__header {
30650
- --pf-global--Color--100: #fff;
30650
+ --pf-global--Color--100: #e0e0e0;
30651
30651
  --pf-global--Color--200: #aaabac;
30652
30652
  --pf-global--BorderColor--100: #444548;
30653
30653
  --pf-global--primary-color--100: #1fa7f8;
@@ -31164,7 +31164,7 @@ svg.pf-c-spinner.pf-m-xl {
31164
31164
  :where(.pf-theme-dark) .pf-c-login__footer, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
31165
31165
  :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
31166
31166
  :where(.pf-theme-dark) .pf-c-page__header {
31167
- --pf-global--Color--100: #fff;
31167
+ --pf-global--Color--100: #e0e0e0;
31168
31168
  --pf-global--Color--200: #aaabac;
31169
31169
  --pf-global--BorderColor--100: #444548;
31170
31170
  --pf-global--primary-color--100: #1fa7f8;