:root { --backgroundColor01: hsla(263, 27%, 18%, var(--background-opacity)); --backgroundColor02: hsla(267, 27%, 15%, var(--background-opacity)); --background-opacity: 0; --background-image: url(https://steamuserimages-a.akamaihd.net/ugc/928184843747548899/0FA9AE6FF9288BF8F4D25EE66603697852FE8CCD/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false); --background-overlay-opacity: 25%; --background-image-blur: 0; } /* make other backgrounds transparent */ .appMount-2yBXZl { background: transparent !important; } .app-2CXKsg, body { background-color: transparent; } /* optional background overlay */ #app-mount .bg-1QIAus { background-color: hsl(0,0%,0%, var(--background-overlay-opacity)) !important; } /* make something to putt the background in */ body::before, body::after { content: ""; position: fixed; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; z-index: -1; } /* add the background image */ body::before { background: var(--background-image) center/cover no-repeat; } /* optional background blurring */ body::after { backdrop-filter: blur(var(--background-image-blur)); } /* make guild transparent */ .wrapper-1_HaEi, .scroller-3X7KbA { background-color: transparent; } /* make channels transparent */ .sidebar-1tnWFu, .container-1NXEtd { background: transparent; }