DiscordStyles / SoftX

A soft and comfy feel for Discord.
MIT License
232 stars 271 forks source link

How can i remove the boxes around a message? #82

Closed LoganOfDoom closed 1 year ago

Gibbu commented 1 year ago

Add these inside the :root brackets of your .theme.css file:

--chat-bubble-bg: transparent;
--chat-bubble-bg-self: transparent;
--chat-bubble-padding: 0;
--chat-bubble-display: block;
LoganOfDoom commented 1 year ago

thank you