diff options
Diffstat (limited to 'res/style-dark.css')
| -rw-r--r-- | res/style-dark.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/style-dark.css b/res/style-dark.css index 3cb2cf7..15dee3e 100644 --- a/res/style-dark.css +++ b/res/style-dark.css @@ -12,4 +12,8 @@ button.disposition-friendly { button:checked.disposition-friendly { background-color: shade(@green_5, 1.8); +} + +.active-participant { + background-color: mix(shade(@accent_bg_color, 0.5), @card_bg_color, 0.5); }
\ No newline at end of file |
