Skip to content

Discord Casement by MitsukiHaruko

Screenshot of Discord Casement

Details

AuthorMitsukiHaruko

LicenseNo License

CategoryDiscord

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

What are men to rocks and mountains?

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/uyZW28k.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.3) !important;
        --background-secondary: rgba(0, 0, 0, 0.3) !important;
        --background-secondary-alt: rgba(0, 0, 0, 0.3) !important;
        --background-tertiary: rgba(0, 0, 0, 0.3) !important;
        --background-floating: rgba(0, 0, 0, 0.5) !important;
    }

    /*////////////// TEXT COLORS //////////////*/
    :root {
        --text-normal: #ffffff !important;
        --text-muted: #b9bbbe !important;
    }
}

Reviews

No reviews yet.