Skip to content

Commit

Permalink
fix: 🐛 Fix discords latest class re-rolls
Browse files Browse the repository at this point in the history
  • Loading branch information
B4T3S committed Jun 19, 2024
1 parent 8a6aaa0 commit 90a258a
Showing 1 changed file with 79 additions and 79 deletions.
158 changes: 79 additions & 79 deletions src/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,81 +16,81 @@ body {

/* --== Make everything (which needs to be) transparent ==-- */
// The main App background
.appMount_c99875,
.app_de4237,
.bg__12180,
.appMount_ea7e65,
.app_a01fb1,
.bg_d4b6c5,
// The guild list
.guilds__2b93a,
.scroller_de945b,
.guilds_a4d4d9,
.scroller_fea3ef,
// The channel list
.sidebar_e031be,
.container__7e23c,
.sidebar_a4d4d9,
.container_ee69e0,
// The mute/deafen/settings panel
.panels__58331,
.container_debb33,
.panels_a4d4d9,
.container_b2ca13,
// The chat
.chat__52833,
.chatContent_f087cb,
.chat_a7d72e,
.chatContent_a7d72e,
// The title bar
.title_d4ba1a,
.title_a7d72e,
// The search bar,
.searchBar__5a20a,
.searchBar_a46bef,
// The user list
.container_f79ab4,
.members__573eb,
.content__01e65,
.container_a48b21,
.container_cbd271,
.members_cbd271,
.content_a7d72e,
.container_e9f61e,
// The chat box
.scrollableContainer_ff917f,
.channelTextArea__648e5,
.scrollableContainer_d0696b,
.channelTextArea_d0696b,
// The friends page
.container_bd15da,
.section__253ec,
.nowPlayingColumn_b025fe,
.container__3673d,
.itemCard_b64118,
.section__253ec,
.inset__61d5b,
.container__26baa,
.privateChannels__9b518,
.scroller__89969,
.container_c2739c,
.section_cd82a7,
.nowPlayingColumn_c2739c,
.container_bf550a,
.itemCard_f02fcf,
.section_cd82a7,
.inset_c0f6a6,
.container_e44302,
.privateChannels_f0963d,
.scroller_c47fa9,
// The settings page
.layer_f7d46a ,
.standardSidebarView__12528,
.sidebarRegionScroller__8113e,
.contentRegion__08eba,
.contentRegionScroller__9ae20,
.layer_d4b6c5 ,
.standardSidebarView_c25c6d,
.sidebarRegionScroller_c25c6d,
.contentRegion_c25c6d,
.contentRegionScroller_c25c6d,
// The Library page
.container_a8317e,
.stickyHeader_bba39c,
.scroller_ddc925,
.container_ad8f79,
.stickyHeader_f1629a,
.scroller_c100ff,
// The Explore servers page
.pageWrapper_c182d3,
.pageWrapper_a3a4ce,
// The Forum page
.container_b92032 {
.container_a6d69a {
background: transparent !important;
}

/* --== Style the online/afk/dnd icons ==-- */

/* --== THIS PART WAS YOINKED FROM _DAVID_! THANKS DAVID! ==-- */
#app-mount .wrapper__3ed10 rect[fill="#593695"],
#app-mount .wrapper__3ed10 rect[mask*="streaming"] {
#app-mount .wrapper_c51b4e rect[fill="#593695"],
#app-mount .wrapper_c51b4e rect[mask*="streaming"] {
fill: var(--streaming-color);
}

#app-mount .wrapper__3ed10 rect[fill="#43b581"],
#app-mount .wrapper__3ed10 rect[mask*="online"] {
#app-mount .wrapper_c51b4e rect[fill="#43b581"],
#app-mount .wrapper_c51b4e rect[mask*="online"] {
fill: var(--online-color);
}

#app-mount .wrapper__3ed10 rect[fill="#faa61a"],
#app-mount .wrapper__3ed10 rect[mask*="idle"] {
#app-mount .wrapper_c51b4e rect[fill="#faa61a"],
#app-mount .wrapper_c51b4e rect[mask*="idle"] {
fill: var(--afk-color);
}

#app-mount .wrapper__3ed10 rect[fill="#f04747"],
#app-mount .wrapper__3ed10 rect[mask*="dnd"] {
#app-mount .wrapper_c51b4e rect[fill="#f04747"],
#app-mount .wrapper_c51b4e rect[mask*="dnd"] {
fill: var(--dnd-color);
}

Expand All @@ -101,16 +101,16 @@ body {
}

/* --== Style the unread message bar ==-- */
.isUnread_de09f5 {
.isUnread_fc5f50 {
border: 1px solid var(--highlight);
}

.content__7191e {
.content_fc5f50 {
color: var(--highlight) !important;
}

.wrapper__612a5:hover {
.unread__48cf4 {
.wrapper_d8bfb3:hover {
.unread_d8bfb3 {
background-color: var(--highlight);
}
}
Expand All @@ -120,41 +120,41 @@ body {
border-radius: 2px;
}

.unreadPillCapStroke__89d64 {
.unreadPillCapStroke_fc5f50 {
color: var(--highlight);
fill: var(--highlight);
}

.unreadPill__1b4fa {
.unreadPill_fc5f50 {
background-color: var(--highlight);
color: var(--background) !important;
}

.bar_edc096 {
.bar_c10249 {
background-color: var(--highlight);
color: var(--background);
}

/* --== Style the autocomplete window! ==-- */
.autocomplete__743a5 {
.autocomplete_f23da8 {
background-color: var(--background) !important;
}

/* --== Style chat ==-- */
.channelTextArea_c2094b {
.channelTextArea_a7d72e {
border: 1px solid var(--highlight);
background-color: var(--background) !important;
}

/* --== Style profile ==-- */
.userProfileInnerThemedNonPremium_b64fb4 {
.userProfileInnerThemedNonPremium_c69a7b {
background-color: var(--background);
}

/* --== Hide weird unused stuff ==-- */
.theme-dark .children_cde9af:after,
.form_d8a4a1::before,
.option__91497:after {
.theme-dark .children_e44302:after,
.form_a7d72e::before,
.option_b0286e:after {
display: none;
}

Expand All @@ -164,68 +164,68 @@ body {
}

/* --== Style channels ==-- */
.containerDefault_ae2ea4 {
.name__4eb92 {
.containerDefault_f6f816 {
.name_d8bfb3 {
color: var(--channel-icon);
}

.modeMuted_f0a72e {
.name__4eb92 {
.modeMuted_d8bfb3 {
.name_d8bfb3 {
color: var(--interactive-muted);
}
}

.modeSelected__473f1,
.modeUnreadImportant__35358 {
.icon__67ab4 {
.modeSelected_d8bfb3,
.modeUnreadImportant_d8bfb3 {
.icon_d8bfb3 {
color: var(--text);
}
}

.modeSelected__473f1 {
.name__4eb92 {
.modeSelected_d8bfb3 {
.name_d8bfb3 {
color: var(--text);
}

.wrapper__612a5 {
.wrapper_d8bfb3 {
background-color: rgba(var(--rgb-highlight), 20%);
}
}
}

/* --== Fix invisible reaction count =-- */
.reactionMe__0fffc {
.reactionCount__2c34d {
.reactionMe_ec6b19 {
.reactionCount_ec6b19 {
color: var(--background) !important;
}
}

/* --== Fix illegible bot tag ==-- */
.botText_daff56,
.botTagVerified__3e0e4 {
.botText_a02df3,
.botTagVerified_a02df3 {
color: var(--background);
}

/* --== Fix super bright replying highlights ==-- */
.replying__38514:hover {
.replying_d5deea:hover {
background-color: rgba(var(--rgb-highlight), 60%) !important;
}

/* --== Fix super bright bot-replying highlights ==-- */
.ephemeral_eb5d84 {
.ephemeral_d5deea {
background-color: rgba(var(--rgb-highlight), 30%);
}

.ephemeral_eb5d84:hover {
.ephemeral_d5deea:hover {
background-color: rgba(var(--rgb-highlight), 40%) !important;
}

/* --== Change mentioned color bar ==-- */
.mentioned_fa6fd2::before {
.mentioned_d5deea::before {
background-color: var(--highlight);
}

.lookFilled__950dd.colorBrand__27d57 {
.lookFilled_dd4f85.colorBrand_dd4f85 {
background-color: var(--interactive-normal);
color: var(--background);

Expand Down

0 comments on commit 90a258a

Please sign in to comment.