From 585a3d02fd2f69fa2afa99a02e9572e7d149ebf4 Mon Sep 17 00:00:00 2001 From: RobinLinus Date: Tue, 22 Dec 2020 20:35:46 +0100 Subject: [PATCH] Add dark mode transition --- client/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/styles.css b/client/styles.css index d4d33c6..f16416b 100644 --- a/client/styles.css +++ b/client/styles.css @@ -702,6 +702,7 @@ body.dark-theme { body { color: var(--text-color); background-color: var(--bg-color); + transition: background-color 0.5s ease; } x-dialog x-paper {