DiscordDark modal class, not id

This commit is contained in:
Jeremy Zhang 2017-05-26 03:23:05 +00:00
parent 8f277f15f6
commit 0ffcf45eb2

View File

@ -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);
}