KillYoy / DiscordNight

An actual Dark/Nightmode Theme for Discord/BetterDiscord
180 stars 255 forks source link

Fixed lines 3676, 3677, 3678 #56

Closed webmaster-exit-1 closed 9 months ago

webmaster-exit-1 commented 9 months ago

lines 3676, 3677,3678 are like this:

.backgroundFlash-1X5jVs[style*="background-color: rgba(88, 101, 242, 0.2"],

but should be like this:

.backgroundFlash-1X5jVs[style*="background-color: rgba(88, 101, 242, 0.2)"],

Once you do this you can see the color shift in syntax highlighting. That's also where your theme stops working correctly and why It may have had bugs.

webmaster-exit-1 commented 9 months ago

oh, right, This can be closed. Just leaving it open to catch the devs attention.