snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 585a3d02fd2f69fa2afa99a02e9572e7d149ebf4
parent 4949338669cb5e3bb90d618dacf516fd691ea987
Author: RobinLinus <robinlinus@users.noreply.github.com>
Date:   Tue, 22 Dec 2020 20:35:46 +0100

Add dark mode transition

Diffstat:
Mclient/styles.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 {