Skip to content
Snippets Groups Projects
Commit a84955e2 authored by Daniel Brötzmann's avatar Daniel Brötzmann Committed by Philipp Hörist
Browse files

MUCJoinLeft: Use brighter colors in dark mode

parent 7c39cdcc
No related branches found
No related tags found
No related merge requests found
......@@ -28,10 +28,10 @@ .gajim-state-tab-muc-msg {
color: rgb(80, 95, 230);
}
.gajim-user-disconnected {
color: rgb(80, 30, 30);
color: rgb(230, 170, 170);
}
.gajim-user-connected {
color: rgb(30, 80, 50);
color: rgb(160, 200, 170);
}
.gajim-roster-disconnected {
background: rgb(80, 30, 30);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment