|
117 | 117 | /*blur before*/
|
118 | 118 | .root_a28985:has(>.form__7ab21)::before,
|
119 | 119 | #guild-header-popout::before,
|
120 |
| -.container__84c26::before, |
121 |
| -:not(aside):not(.customizationSection__0f57e)>.userProfileOuterUnthemed_e14365::after, |
| 120 | +.container__84c26::before, |
122 | 121 | :not(aside):not(.customizationSection__0f57e)>div>.userProfileInner__61cc1:before,
|
123 | 122 | .modal__082b3::before,
|
124 | 123 | .submenuPaddingContainer__5a97c::before, .container__628c8::before,
|
@@ -299,7 +298,7 @@ border-radius: inherit;
|
299 | 298 | border-radius: var(--radius-popup);
|
300 | 299 | }
|
301 | 300 |
|
302 |
| -:not(aside):not(.customizationSection__0f57e)>div>div>.overlayBackground__2666e { |
| 301 | +:not(aside):not(.customizationSection__0f57e)>div>div>div>.overlayBackground__2666e { |
303 | 302 | border-bottom-left-radius: max(var(--radius-popup) - 16px, 8px);
|
304 | 303 | border-bottom-right-radius: max(var(--radius-popup) - 16px, 8px);
|
305 | 304 | }
|
@@ -339,25 +338,25 @@ border-radius: inherit;
|
339 | 338 | }
|
340 | 339 |
|
341 | 340 | /*.theme-light .defaultColor__30336,*/ .theme-light .misc__9152e,
|
342 |
| -.theme-light .discriminator__9d9f2, |
343 |
| -.theme-light .userProfileModalOuter_a65559 .additionalActionsIcon__6b109, |
344 |
| -.theme-light .text-sm-normal__95a78, |
| 341 | +.theme-light>.userProfileInner__61cc1 .discriminator__9d9f2, |
| 342 | +.theme-light.userProfileModalOuter_a65559 .additionalActionsIcon__6b109, |
| 343 | +.theme-light>.userProfileInner__61cc1 .text-sm-normal__95a78, |
345 | 344 | .theme-light .text-sm-medium__726be[style*="color: var(--text-muted)"],
|
346 | 345 | .theme-light .text-xs-normal__46d75[style*="color: var(--header-secondary)"] {
|
347 | 346 | color: rgba(0, 0, 0, 0.7)!important;
|
348 | 347 | }
|
349 | 348 | /*.theme-dark .defaultColor__30336,*/ .theme-dark .misc__9152e,
|
350 |
| -.theme-dark .discriminator__9d9f2, |
| 349 | +.theme-dark>.userProfileInner__61cc1 .discriminator__9d9f2, |
351 | 350 | .theme-dark .userProfileModalOuter_a65559 .additionalActionsIcon__6b109,
|
352 |
| -.theme-dark .text-sm-normal__95a78, |
| 351 | +.theme-dark>.userProfileInner__61cc1 .text-sm-normal__95a78, |
353 | 352 | .theme-dark .text-sm-medium__726be[style*="color: var(--text-muted)"],
|
354 | 353 | .theme-dark .text-xs-normal__46d75[style*="color: var(--header-secondary)"] {
|
355 | 354 | color: rgba(255, 255, 255, 0.7)!important;
|
356 | 355 | }
|
357 |
| -.theme-light .item__48dda { |
| 356 | +.theme-light>.userProfileInner__61cc1 .item__48dda { |
358 | 357 | color: rgba(0, 0, 0, 0.8);
|
359 | 358 | }
|
360 |
| -.theme-dark .item__48dda { |
| 359 | +.theme-dark>.userProfileInner__61cc1 .item__48dda { |
361 | 360 | color: rgba(255, 255, 255, 0.8);
|
362 | 361 | }
|
363 | 362 |
|
@@ -446,21 +445,35 @@ form.form__7ab21 {
|
446 | 445 | transform: none!important;
|
447 | 446 | }
|
448 | 447 |
|
449 |
| -.scroller__8f066 { |
| 448 | +.scroller__8f066:not(.none_ff9f86) { |
450 | 449 | border: var(--context-menu-border)!important;
|
451 | 450 | }
|
452 | 451 |
|
453 | 452 | /*inner boxes*/
|
454 |
| -.theme-dark .perks__63e5a, |
455 |
| -.theme-dark :not(aside):not(.customizationSection__0f57e)>div>div>.overlayBackground__2666e, |
456 |
| -.theme-light :not(aside):not(.customizationSection__0f57e)>.userProfileOuterThemed__1fbd7 >div>.overlayBackground__2666e { |
| 453 | +.theme-dark .perks__63e5a { |
457 | 454 | background: rgba(0, 0, 0, var(--opacity-popup-inner))!important;
|
458 | 455 | }
|
459 |
| -.theme-light .perks__63e5a, |
460 |
| -.theme-light :not(aside):not(.customizationSection__0f57e)>div:not(.userProfileOuterThemed__1fbd7)>div>.overlayBackground__2666e { |
| 456 | +.theme-light .perks__63e5a { |
461 | 457 | background: rgba(255, 255, 255, var(--opacity-popup-inner))!important;
|
462 | 458 | }
|
463 | 459 |
|
| 460 | +:not(aside):not(.customizationSection__0f57e)>div>div>.overlayBackground__2666e::after { |
| 461 | + content: ""; |
| 462 | + top: 0; |
| 463 | + left: 0; |
| 464 | + position: absolute; |
| 465 | + width: 100%; |
| 466 | + height: 100%; |
| 467 | + background-color: var(--profile-body-background-color); |
| 468 | + border-radius: inherit; |
| 469 | + z-index: -1; |
| 470 | + opacity: calc(var(--opacity-popup-inner) * 2.22); |
| 471 | +} |
| 472 | +.userProfileInnerThemedNonPremium_ed9022 .overlayBackground__2666e::after{ |
| 473 | + opacity: calc(var(--opacity-popup-inner))!important; |
| 474 | +} |
| 475 | + |
| 476 | + |
464 | 477 | .theme-dark .guildPopout_df13cd .footer__25bb8 {
|
465 | 478 | background: rgba(0, 0, 0, 0.15);
|
466 | 479 | }
|
|
0 commit comments