From e089c54bf563946d88f9e83059c176e79e6fee73 Mon Sep 17 00:00:00 2001 From: HoLLy Date: Fri, 26 Apr 2019 14:59:43 +0200 Subject: [PATCH] Fix transparent background for discord logo and avatar-less servers --- tweaks/_main_code.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tweaks/_main_code.scss b/tweaks/_main_code.scss index 5e51017..2fa24e7 100644 --- a/tweaks/_main_code.scss +++ b/tweaks/_main_code.scss @@ -132,6 +132,11 @@ margin-left: 0!important; } } + + // discord logo + a[class*="button-"], div[class*='acronym-'] { + background: transparent; + } } div[class*="guildSeparator-"] {