1
0
mirror of https://github.com/TitanEmbeds/Titan.git synced 2025-04-04 08:01:54 +02:00

DiscordDark modal class, not id

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

@ -132,6 +132,6 @@ background: linear-gradient(to right, #f9f9f9 90%, #fff);
#embed-unauth-users > li > a { #embed-unauth-users > li > a {
color:rgb(171,173,175) color:rgb(171,173,175)
} }
#loginmodal { .modal {
background: rgb(54, 57, 62) background: rgb(54, 57, 62);
} }