Skip to content

Commit 9f62812

Browse files
committed
fix: discord shop background
1 parent 88e2a46 commit 9f62812

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

NieR-Import.theme.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,6 +2497,13 @@ strong {
24972497
border-bottom: none;
24982498
}
24992499

2500+
.shop_e77fa3,
2501+
.pageWrapper_e77fa3,
2502+
.headerBar_d8354c,
2503+
.shopScroll_e77fa3 {
2504+
background: transparent !important;
2505+
}
2506+
25002507
.scroller_c47fa9,
25012508
.sidebar_a4d4d9,
25022509
.privateChannels_f0963d,

src/home/_discord-shop.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.shop_e77fa3,
2+
.pageWrapper_e77fa3,
3+
.headerBar_d8354c,
4+
.shopScroll_e77fa3 {
5+
background: transparent !important;
6+
}

src/home/import.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import 'discord-shop';
12
@import 'private-channels';
23
@import 'friends';
34
@import 'library';

0 commit comments

Comments
 (0)