Appearance changes

This commit is contained in:
jeffser
2024-07-31 21:13:23 -06:00
parent 29f5d85c7b
commit 1b125cb704
2 changed files with 5 additions and 1 deletions

View File

@@ -12,3 +12,7 @@
border-radius: 5px;
padding: 5px;
}
.chat_row:selected {
background: mix(@theme_bg_color, @theme_selected_bg_color, 0.3);
color: mix(@window_fg_color, @theme_selected_bg_color, 0.5);
}