Skip to content

Discord: Highlight current server by keltroth

Screenshot of Discord: Highlight current server

Details

Authorkeltroth

LicenseNo License

Categorycommunication

Created

Updated

Size455 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Highlight current server

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           discord.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Highlight current server
@author         Django Janny
==/UserStyle== */
@-moz-document domain("discord.com") {
    /* Insert code here... */
    [aria-label="Serveurs"] [class*="listItem__"] {
        opacity: 0.2;
    }

    [aria-label="Serveurs"] [class*="listItem__"]:has([class*="selected_"]) {
        opacity: 1;
    }
}

Reviews

No reviews yet.