From 72ab1fb4c1bf363f46470816d8b914a78ac493c4 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 24 May 2025 11:58:39 +0200 Subject: gui: restructure file layout and apply licenses --- gui/style/style.css | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 gui/style/style.css (limited to 'gui/style/style.css') diff --git a/gui/style/style.css b/gui/style/style.css deleted file mode 100644 index a185c9b..0000000 --- a/gui/style/style.css +++ /dev/null @@ -1,31 +0,0 @@ -@define-color hostile #e01b24; -@define-color friendly #33d17a; -@define-color secret #9141ac; - -.disposition-hostile { - background-color: mix(shade(@hostile, 1.6), @window_bg_color, 0.5); -} - -:checked.disposition-hostile { - background-color: mix(shade(@hostile, 1), @window_bg_color, 0.5); -} - -.disposition-friendly { - background-color: mix(shade(@friendly, 1.6), @window_bg_color, 0.5); -} - -:checked.disposition-friendly { - background-color: mix(shade(@friendly, 1), @window_bg_color, 0.5); -} - -.disposition-secret { - background-color: mix(shade(@secret, 1.6), @window_bg_color, 0.5); -} - -:checked.disposition-secret { - background-color: mix(shade(@secret, 1), @window_bg_color, 0.5); -} - -.active-participant { - background-color: mix(shade(@accent_bg_color, 1.5), @card_bg_color, 0.5); -} \ No newline at end of file -- cgit v1.2.3