Skip to content

Commit

Permalink
Update source.css
Browse files Browse the repository at this point in the history
  • Loading branch information
niekas7 authored Oct 18, 2024
1 parent 06fc2c8 commit 143bbff
Showing 1 changed file with 0 additions and 101 deletions.
101 changes: 0 additions & 101 deletions source.css
Original file line number Diff line number Diff line change
@@ -1,104 +1,3 @@
/*
Fixes
*/

/* Threads search bar */
.searchBox_e664f3.container_c18ec9.small_c18ec9 {
background-color: rgba(22, 91, 123, 0.3) !important; /* Replace with your desired color */
}

/* Threads bg */
.container_fb4810 {
background-color: transparent;
}

/* Reaction bg */
.reactionBtn_ec6b19.forceShow_ec6b19.forceShowLook_ec6b19 {
background-color: rgba(22, 91, 123, 0.3) !important; /* Replace with your desired color */
}


/* Shop tab */
.channel_c91bad .linkButton_c91bad > .link_c91bad[href="/shop"] {
display: none;
}

[class*="membersGroup_"][class*="container_"]:nth-of-type(1){
display:none!important;

}

[class*="container_"][class*="openOnHover_"]{
display:none!important;
}

/* Help icon */
.toolbar_fc4f04 [href="https://support.discord.com"]{display: none;}

/* Inbox icon */
.recentsIcon_ea0547 {
display: none !important;
}

/* Channel app launcher (apps) button */
.channelAppLauncher_df39bd {
display: none !important;
}

.footer_aa1bff {
display: none !important;
}

/* fix nitro gift and other similar menus background color */
.content_f9a4c9 {
background-color: #081624;
}

/* fix nitro gift and other similar menus title bar color */
.skuSelectModalHeader_f92df2 {
background-color: #081624;
}

/* fix gif/sticker/emoji menu */
.header_b56bbc {
background-color: #081624;
}
.searchBar_c6ee36 {
background-color: #020a13;
}
#gif-picker-tab-panel {
background-color: #081624;
}

/* fix autocomplete background */
.autocomplete_bcc24e {
background-color: #081624;
}

/* fixed unread messages bubble */
.unreadBar_c43953 {
background-color: #446485;
}

/* Glowy thingy */
.children_fc4f04::after {
content: none !important;
}

/* Disable edit image with app button */
.hoverButton_d0395d {
display: none !important;
}






/*
Theme below
*/

:root {
/* Kyanite accents */
/* --main-color: rgba(22, 91, 123, 1) !important;
Expand Down

0 comments on commit 143bbff

Please sign in to comment.