Skip to content

Commit

Permalink
Update classes with ClassUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Apr 22, 2024
1 parent 67eae0a commit 4bf5982
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions addon/xp-bg-image.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
12 changes: 6 additions & 6 deletions scss/overlay/popover/_userprofile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// User profile
// Popout or in profile settings
.userProfileOuter__4ac83 {
.userProfileOuter__35e59 {
border-radius: 0;

&:not(.profileCustomizationPreview_a1502f) {
Expand All @@ -15,7 +15,7 @@
border: 2px solid $color-taskbar-3;
}

&.userProfileOuterThemed__1fbd7 {
&.userProfileOuterThemed_a425f3 {
padding: 0;
}

Expand All @@ -37,7 +37,7 @@
}

// All profiles
.userProfileInner__61cc1 {
.userProfileInner__8ff35 {
// Tint (only visible with nitro)
&::before {
border-radius: 0;
Expand All @@ -60,7 +60,7 @@
}

// Inner box
.overlayBackground__2666e {
.overlayBackground__345c9 {
border-radius: 0;
--font-primary: Tahoma, sans-serif;
--font-display: Tahoma, sans-serif;
Expand All @@ -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);
Expand All @@ -94,7 +94,7 @@
--interactive-muted: var(--xp-bg-tint-color);

// Inner box
.overlayBackground__2666e {
.overlayBackground__345c9 {
background: var(--xp-bg-color);
}
}
Expand Down

0 comments on commit 4bf5982

Please sign in to comment.