warrayquipsome / Chillax

A theme created by wq, who was an author of Novaturient. It's theme design is mainly modern, clean, simple and creative. To be honest, he wasn't thinking of making this theme so famous, he was just creating what he likes, and today you are seeing this theme at its finest it can be.
77 stars 212 forks source link

Light theme user sidebar #42

Closed donCESAR12345 closed 6 months ago

donCESAR12345 commented 6 months ago

When using the theme with Vesktop in light mode the sidebar for users in servers appears dark when hovering over it. Without hovering, colors are fine. image When hovering it becomes dark. image This really breaks the aesthetic, so I would expect this to be a bug.

Inmoresentum commented 6 months ago

Hi! You can use the below css snippet to easilly change the color of the memberlist when you hover over it.

/* Changes the hover color on avatar only member only list */
.members__573eb:hover {
    background-color: #CECBF0; /*change it if you need to*/
}

In the next release we will match it with the color scheme. For more css snippets please join our discord server if you have not already.