Highlight current server
Discord: Highlight current server by keltroth
Details
Authorkeltroth
LicenseNo License
Categorycommunication
Created
Updated
Size455 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}