discord-nordic
discord-nordic copied to clipboard
Revert the serverlist bg color
Is your feature request related to a problem? Please describe.
The server list has a custom bg color instead of keep it transparent

Describe the solution you'd like
Just delete this part or make an specific path if the scroller appear in another place. example: div>.scroller-3X7KbA
.scroller-3X7KbA{background-color: var(--background-secondary-alt)!important;}
Hello, This make side effect, and if yes could tell me where. If not explain why this change is useful ?
Thanks.
no side effects as far as I've seen it is not "useful", rather consistent with the original discord colors. the theme has always kept the discord look (where the window bar and the serverlist keep the same color) except now that the serverlist has a lighter color and there is a quite visible curve in the corner.
Hello, You can add the below code until i fix the corner bug or i decide to revert the change of that color.
.scroller-3X7KbA /* Servers sidebar */ {
background-color: var(--background-tertiary) !important;
}
Thanks.
Hello, I close this issue because it's seem no longer an issue.