From e8748877359e947146c670aa81ba4d777eb8f6f1 Mon Sep 17 00:00:00 2001 From: Julian Date: Fri, 26 May 2017 08:17:24 +0800 Subject: [PATCH] Update DiscordDark Theme: Correctly Theme Modals Too - Add #loginmodal RGB background at end of theme --- webapp/titanembeds/static/themes/DiscordDark/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) +}