Fix transparent background for discord logo and avatar-less servers

This commit is contained in:
HoLLy 2019-04-26 14:59:43 +02:00
Родитель 4a012dafc1
Коммит e089c54bf5
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -132,6 +132,11 @@
margin-left: 0!important;
}
}
// discord logo
a[class*="button-"], div[class*='acronym-'] {
background: transparent;
}
}
div[class*="guildSeparator-"] {