summaryrefslogtreecommitdiff
path: root/res/style.css
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-14 23:25:59 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-14 23:25:59 +0200
commit3f6010e268da503f0a2a697df9cc6413af088b3b (patch)
treec5246ffca299129632fc6bf3fe81d4ceed6ac4c2 /res/style.css
parent58c330289e0d120e2e8befc38a5a3a5c785b62c3 (diff)
downloadturns-3f6010e268da503f0a2a697df9cc6413af088b3b.tar.xz
turns-3f6010e268da503f0a2a697df9cc6413af088b3b.zip
res/style: prepare class for active participant
Diffstat (limited to 'res/style.css')
-rw-r--r--res/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/style.css b/res/style.css
index 88ec242..1d9ff14 100644
--- a/res/style.css
+++ b/res/style.css
@@ -12,4 +12,8 @@ button.disposition-friendly {
button:checked.disposition-friendly {
background-color: shade(@green_1, 0.6);
+}
+
+.active-participant {
+ background-color: mix(shade(@accent_bg_color, 1.5), @card_bg_color, 0.5);
} \ No newline at end of file