diff options
Diffstat (limited to 'style/style-dark.css')
| -rw-r--r-- | style/style-dark.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style/style-dark.css b/style/style-dark.css index 926150f..6a060da 100644 --- a/style/style-dark.css +++ b/style/style-dark.css @@ -15,11 +15,11 @@ button:checked.disposition-friendly { } button.disposition-secret { - background-color: mix(shade(@purple_1, 0.8), @window_bg_color, 0.5); + background-color: mix(shade(@purple_3, 0.8), @window_bg_color, 0.5); } button:checked.disposition-secret { - background-color: mix(shade(@purple_1, 0.5), @window_bg_color, 0.5); + background-color: mix(shade(@purple_3, 0.5), @window_bg_color, 0.5); } .active-participant { |
