Also removes the Active now Tab as seen in the image.
Discord Casement by MitsukiHaruko

Details
AuthorMitsukiHaruko
LicenseNo License
CategoryDiscord
Created
Updated
Code size1.3 kB
Code checksumf3f20098
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name transparent discord
@namespace userstyles
@version 1.0
@description transparent discord
@preprocessor uso
==/UserStyle== */
@-moz-document domain("discord.com") {
/*////////////// BACKGROUND //////////////*/
:root {
--custom-bg: url("https://i.imgur.com/q6EDDkH.png");
}
body {
background-image: var(--custom-bg) !important;
background-repeat: no-repeat !important;
background-position: center center !important;
background-attachment: fixed !important;
background-size: cover !important;
}
/*////////////// TRANSPARENCY //////////////*/
.theme-dark,
.theme-light {
--background-primary: rgba(0, 0, 0, 0.2) !important;
--background-secondary: rgba(0, 0, 0, 0.2) !important;
--background-secondary-alt: rgba(0, 0, 0, 0.2) !important;
--background-tertiary: rgba(0, 0, 0, 0.2) !important;
--background-floating: rgba(0, 0, 0, 0.4) !important;
}
/*////////////// TEXT COLORS //////////////*/
:root {
--text-normal: #ffffff !important;
--text-muted: #b9bbbe !important;
[class*="nowPlayingColumn"] {
display: none !important;
}
}
}