DiscordStyles / MinimalCord

Changes Discord enough to give it a fresh feel while also making it darker. Supports both Light and Dark themes.
MIT License
68 stars 54 forks source link

codeblocks in embeds are not visible at all #30

Open Slluxx opened 2 years ago

Slluxx commented 2 years ago

codeblocks in embeds are not visible at all

#app-mount pre code, #app-mount code.inline {
    background: #1c2026!important;
}

#app-mount .textContainer-36wgKK {
    border: 1px solid!important;
    background: var(--background-dark)!important;
    border-color: var(--background-dark)!important;
    border-radius: var( --border-radius) var(--border-radius) 0 0!important;
}

this fixes it nvm now regular codeblocks are invisible

Gibbu commented 2 years ago

A screenshot would be nice.

Slluxx commented 2 years ago

Embeds have the same bg color as codeblocks.

1 2