Skip to content

Commit

Permalink
feat: theme activity invites, boost progress and sidebar header gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeIlLeone committed Jul 25, 2024
1 parent e5e69c4 commit c54628b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/theme/modals/_activity-invite.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:is(.theme-dark, .theme-midnight) #app-mount .root_f9a4c9 {
.textArea_a42405 {
background-color: var(--input-background);
}
}
1 change: 1 addition & 0 deletions src/theme/modals/_index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@forward 'accept-invite';
@forward 'account-switcher';
@forward 'activity-invite';
@forward 'create-poll';
@forward 'delete';
@forward 'generic';
Expand Down
3 changes: 3 additions & 0 deletions src/theme/settings/_guild.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
.tierHeaderContent_da77bd {
background-color: var(--background-secondary);
}
.background_a4fd01 {
color: var(--background-secondary-alt);
}
// Custom Invite Link
.prefixInput_a6236d {
background-color: var(--input-background);
Expand Down
3 changes: 3 additions & 0 deletions src/theme/sidebar/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
background-color: var(--background-secondary);
}
}
.bannerImage_fd6364:before {
background: linear-gradient(to bottom, var(--primary-900), transparent 100%);
}
.hasBanner_fd6364 [class*="scroller-"] {
background-color: transparent;
}
Expand Down

0 comments on commit c54628b

Please sign in to comment.