/**
 * @name Discord Revamp
 * @version 1.0
 * @description A revamped discord, inspired by the discord's current website. Modified by clamyboy for a darker dark (not black) and keeping some elements the same (spotify, text)
 * @source https://github.com/hellbound1337/discord-revamp
 * @authorId 426147523305144322
 * @author hellbound

**/

@import url(https://raw.githack.com/hellbound1337/discord-revamp/master/src/source.css);

.theme-dark,
.theme-light,
:root {
   --background-primary: #30353d !important; /* extra colors #282c34 #30353d*/
   --background-secondary: #282c34 !important;
   --deprecated-text-input-bg: var(--background-tertiary) !important;

   --text-muted: #a9a9a9 !important;
   --text-normal: #e3e3e3 !important;
   
   --header-secondary: #c9c9c9 !important;

   --toast-header: var(--background-tertiary) !important;
   --toast-contents: var(--background-secondary) !important;
   --toast-box-shadow: rgba(0, 0, 0, 0.2) !important;
   --toast-border: var(--background-tertiary) !important;
}
/* Hide Nitro Gift button */
.buttons-3JBrkn > .buttonWrapper-1ZmCpA.button-38aScr.lookBlank-3eh9lL.colorBrand-3pXr91.grow-q77ONN.noFocus-2C7BQj {
    display: none;
}

/* Hide Home Nitro button */
.content-3YMskv > .channel-2QD9_O.container-2Pjhx-.clickable-1JJAn8:nth-of-type(2) {
    display: none;
}

.roleCircle-3xAZ1j::before {
   opacity: 0.10; 
}
.headerName-fajvi9, .headerTagUsernameNoNickname-2_H881 {
   color: #ffffff !important;
}
.headerSpotify-zpWxgT {
   background: #1cb954;
.topSectionSpotify-1lI0-P .headerFill-adLl4x .tabBarContainer-1s1u-z {
   background: #1cb954;
}




