Skip to content

Commit

Permalink
leo might revert this
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyBoySnow committed May 27, 2024
1 parent a931e3d commit f93ee32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5032,7 +5032,9 @@ pre {
@extend %shopPageWrapper !optional;
}
//

.whatsNewSectionBackground__00412 {
@extend %shopWhatsNew !optional;
}
.pageWrapper__18871 {
@extend %shopPageWrapperTemp !optional;
}
Expand Down
5 changes: 5 additions & 0 deletions src/pages/discordShop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,8 @@
%shopNewPill {
background: radial-gradient(ellipse at 120%200%, var(--main-color) 10%, transparent 70%);
}

// Shop what's new
%shopWhatsNew {
background-color: rgba(0, 0, 0, calc(var(--background-shading) * 0.8));
}

0 comments on commit f93ee32

Please sign in to comment.