Skip to content

Commit 5f5bc84

Browse files
authored
Merge pull request #127 from Getbricked/master
Remove discord app default background color
2 parents c7ccd23 + 958196f commit 5f5bc84

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/theme/app/_background.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,8 @@
129129
}
130130
}
131131
}
132+
133+
// Remove discord app default background color (potentially if user want to use --background-image: transparent;)
134+
.app__160d8, .appMount__51fd7, body {
135+
background: transparent;
136+
}

0 commit comments

Comments
 (0)