scripts/applications/betterdiscord/themes/DiscordNight.theme.css

31 lines
710 B
CSS
Raw Normal View History

2021-06-20 06:49:03 -07:00
/**
* @name DiscordNight
* @version 0.9.2
* @description Dark and compact theme for BetterDiscord
* @source https://github.com/KillYoy/DiscordNight/
* @donate https://www.paypal.me/KillYoy
* @author KillYoy#0295
* @authorId 98468214824001536
*/
@import url("https://KillYoy.github.io/DiscordNight/DiscordNight.css");
:root {
--Text-Channels-Capital-Letter: none;
--Channel-List-Width: 164px;
--Embed-Remove-Button: none;
--Home-Close-DM-Button: none;
}
.chat-3bRxxu .message-2qnXI6:hover {
outline: 1px solid #5a5a5a;
}
.sidebar-2K8pFh .containerDefault-3tr_sE {
padding-top: 4px;
}
.botTagRegular-2HEhHi, .botTagInvert-18-95s {
background: none;
}
code {
font-family: monospace !important;
}