fawni / dracula

🧛🏻‍♂️ Dark theme for discord based on dracula
ISC License
46 stars 83 forks source link

Set textbox styles as important #22

Closed tanjinyi closed 1 year ago

tanjinyi commented 1 year ago

As found during inspection, Discord added a new theme-dark style that overrides the container style. Adding important to fix the theme.

Newly added style by Discord to be overridden: .theme-dark .scrollableContainer-15eg7h { /* background: var(--bg-overlay-3,var(--channeltextarea-background)); */ }