summaryrefslogtreecommitdiff
path: root/res/style.css
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-13 23:19:09 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-13 23:19:09 +0200
commit695ece2c35491a509c70ef710bd0419d67b8fd0f (patch)
treec2ac6aac664aff004207a36c376ba46c679c2b09 /res/style.css
parent37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9 (diff)
downloadturns-695ece2c35491a509c70ef710bd0419d67b8fd0f.tar.xz
turns-695ece2c35491a509c70ef710bd0419d67b8fd0f.zip
app: add basic dark theme support
Diffstat (limited to 'res/style.css')
-rw-r--r--res/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/style.css b/res/style.css
index d26a9ba..88ec242 100644
--- a/res/style.css
+++ b/res/style.css
@@ -3,7 +3,7 @@ button.disposition-hostile {
}
button:checked.disposition-hostile {
- background-color: shade(@orange_1, 0.8);
+ background-color: shade(@orange_1, 0.6);
}
button.disposition-friendly {
@@ -11,5 +11,5 @@ button.disposition-friendly {
}
button:checked.disposition-friendly {
- background-color: shade(@green_1, 0.8);
+ background-color: shade(@green_1, 0.6);
} \ No newline at end of file