From 0ffcf45eb226e00021450b3a8d35b5554c9f287c Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Fri, 26 May 2017 03:23:05 +0000 Subject: [PATCH] DiscordDark modal class, not id --- webapp/titanembeds/static/themes/DiscordDark/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/titanembeds/static/themes/DiscordDark/css/style.css b/webapp/titanembeds/static/themes/DiscordDark/css/style.css index 18acab1..994ef06 100644 --- a/webapp/titanembeds/static/themes/DiscordDark/css/style.css +++ b/webapp/titanembeds/static/themes/DiscordDark/css/style.css @@ -132,6 +132,6 @@ background: linear-gradient(to right, #f9f9f9 90%, #fff); #embed-unauth-users > li > a { color:rgb(171,173,175) } -#loginmodal { - background: rgb(54, 57, 62) +.modal { + background: rgb(54, 57, 62); }