diff --git a/webapp/titanembeds/static/themes/DiscordDark/css/style.css b/webapp/titanembeds/static/themes/DiscordDark/css/style.css index 0fbc2f4..18acab1 100644 --- a/webapp/titanembeds/static/themes/DiscordDark/css/style.css +++ b/webapp/titanembeds/static/themes/DiscordDark/css/style.css @@ -131,4 +131,7 @@ background: linear-gradient(to right, #f9f9f9 90%, #fff); #embed-discord-members > li > a, #embed-unauth-users > li > a { color:rgb(171,173,175) -} \ No newline at end of file +} +#loginmodal { + background: rgb(54, 57, 62) +}