From 37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 13 Jul 2024 23:07:15 +0200 Subject: app: switch to Adw.Application --- res/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 res/style.css (limited to 'res/style.css') diff --git a/res/style.css b/res/style.css new file mode 100644 index 0000000..d26a9ba --- /dev/null +++ b/res/style.css @@ -0,0 +1,15 @@ +button.disposition-hostile { + background-color: shade(@orange_1, 1); +} + +button:checked.disposition-hostile { + background-color: shade(@orange_1, 0.8); +} + +button.disposition-friendly { + background-color: shade(@green_1, 1); +} + +button:checked.disposition-friendly { + background-color: shade(@green_1, 0.8); +} \ No newline at end of file -- cgit v1.2.3