I open commit on github here:
https://github.com/NodeBB/NodeBB/issues/10115
Fixed here:
https://community.nodebb.org/post/86534
https://github.com/NodeBB/NodeBB/commit/69a7634a78de51dfd50e72864fadf77a7b1ab46a
@dunlix said in CSS Chats problem With Black Themes:
@downpw If you know how to use css, just change the text in the chat to white.
but add another class to make it the regular color while hovering, you may need to use !important
Can you specify @dunlix ?
@dunlix said in CSS Chats problem With Black Themes:
!important
I have found for the first screen :
.chats-list>li:hover {
background: #000;
}
Edit:
I have just this to find on mouse over on message content in windows mode and full mode:
If anybody can help me for that please