mrmaple240 / colorize

12 stars 5 forks source link

Not working anymore for me? #5

Open alek-shirar opened 6 years ago

alek-shirar commented 6 years ago

https://i.imgur.com/VjurHHG.png I insert the custom CSS as I had it before. https://i.imgur.com/vGYDKv9.png It ends up looking like this whereas before it would colorize the whole window as black. This happened after an update I think... I wasn't paying attention. discord 0.0.5-4 using BetterDiscord installed from betterdiscordctl-git r27.aa3f7b3-1 on Antergos. I installed those packages from the AUR.

IntoComatose commented 6 years ago

Someone had a small piece of code the fixed all of mine except the server bar on the left

.da-chat .da-messagesWrapper, .da-flex > .da-chat form { background: transparent; }

.da-flex > .da-chat, .da-chat > .da-content { background-color: rgba(0,0,0,0.4); }

alek-shirar commented 6 years ago

Thank you, that did what you said.