diff --git a/addon/xp-bg-image.css b/addon/xp-bg-image.css index 5e008bd..6a49db7 100644 --- a/addon/xp-bg-image.css +++ b/addon/xp-bg-image.css @@ -17,15 +17,15 @@ --scrollbar-auto-thumb: hsla(0, 0%, var(--xp-bg-addon-lumInternal, 0%), calc(var(--xp-bg-addon-opacity, 0.4) * 2)); } -.container__5c7e7, -.pageWrapper_fef757, -.scroller_e9501c, -.applicationStore_fc7d76, -.standardSidebarView__1129a, +.container_bd15da, +.pageWrapper_c182d3, +.scroller__32e73, +.applicationStore__444b9, +.standardSidebarView__12528, .chat__52833 { background: var(--xp-bg-addon-image, url(https://saltssaumure.github.io/xp-discord-theme/img/bliss.avif)) center/cover; } -.form__13a2c::before { +.form_d8a4a1::before { display: none; } diff --git a/scss/overlay/popover/_userprofile.scss b/scss/overlay/popover/_userprofile.scss index a42cb24..6e3d8a4 100644 --- a/scss/overlay/popover/_userprofile.scss +++ b/scss/overlay/popover/_userprofile.scss @@ -4,7 +4,7 @@ // User profile // Popout or in profile settings -.userProfileOuter__4ac83 { +.userProfileOuter__35e59 { border-radius: 0; &:not(.profileCustomizationPreview_a1502f) { @@ -15,7 +15,7 @@ border: 2px solid $color-taskbar-3; } - &.userProfileOuterThemed__1fbd7 { + &.userProfileOuterThemed_a425f3 { padding: 0; } @@ -37,7 +37,7 @@ } // All profiles - .userProfileInner__61cc1 { + .userProfileInner__8ff35 { // Tint (only visible with nitro) &::before { border-radius: 0; @@ -60,7 +60,7 @@ } // Inner box - .overlayBackground__2666e { + .overlayBackground__345c9 { border-radius: 0; --font-primary: Tahoma, sans-serif; --font-display: Tahoma, sans-serif; @@ -84,7 +84,7 @@ } // Unstyled profile - .userProfileInnerThemedNonPremium_ed9022 { + .userProfileInnerThemedNonPremium_b64fb4 { background: var(--xp-bg-tint-color); --interactive-active: var(--xp-txt-color); --header-primary: var(--xp-txt-color); @@ -94,7 +94,7 @@ --interactive-muted: var(--xp-bg-tint-color); // Inner box - .overlayBackground__2666e { + .overlayBackground__345c9 { background: var(--xp-bg-color); } }