summaryrefslogtreecommitdiff
path: root/style/style.css
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-23 14:04:27 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-23 14:04:27 +0200
commit5d8f799a1171f92054d4b45ba130cd7fdad0bd01 (patch)
tree0f51290b3a60d71d25d7a49b66d5bd54dd7a4156 /style/style.css
parentc45004b73bb045328a724d1d860df6d1515af6d4 (diff)
downloadturns-5d8f799a1171f92054d4b45ba130cd7fdad0bd01.tar.xz
turns-5d8f799a1171f92054d4b45ba130cd7fdad0bd01.zip
app: prepare restructuring
Diffstat (limited to 'style/style.css')
-rw-r--r--style/style.css31
1 files changed, 0 insertions, 31 deletions
diff --git a/style/style.css b/style/style.css
deleted file mode 100644
index a185c9b..0000000
--- a/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