Update DiscordDark Theme: Correctly Theme Modals Too

- Add #loginmodal RGB background at end of theme
This commit is contained in:
Julian 2017-05-26 08:17:24 +08:00 committed by GitHub
parent a87eaa2bda
commit e874887735

View File

@ -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)
}
}
#loginmodal {
background: rgb(54, 57, 62)
}