Skip to content

Commit

Permalink
server subscription and experience
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxIsBad committed Aug 15, 2023
1 parent be89e16 commit 2901787
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/channels/specialChannels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
.chatHeaderBar-31g1mU {
background: transparent;
}

/* SERVER GUIDE */
%homeContainer {
/*First msg*/
%serverGuideMessage {
Expand All @@ -99,4 +99,26 @@
background: $main-color;
border: 4px solid transparent;
}
}
/* SERVER SUBSCRIPTIONS */
%serverSubscription {
background: var(--background-overlay);
}
%serverSubscriptionTier {
background: rgba(0,0,0,.4);
}
%serverSubscriptionPerk,
%serverSubscriptionPreview {
background: rgba(0,0,0,.2);
}
/* CUSTOMIZE YOUR EXPERIENCE */
%serverExperienceNav {
background: rgba(0,0,0,.4);
}
%serverExperiencePrompt,
%serverExperienceTerms {
background: rgba(0,0,0,.3)
}
%serverExperienceGradient {
display: none;
}

0 comments on commit 2901787

Please sign in to comment.