From 6147e5200b3ec6cbe5144a000c5766fea07323b3 Mon Sep 17 00:00:00 2001 From: Fasih Ahmad Fakhri Date: Sun, 25 Oct 2020 14:38:07 +0530 Subject: [PATCH] Dark Mode Supported --- client/index.html | 10 +++++++ client/scripts/theme.js | 37 ++++++++++++++++++++++++++ client/styles.css | 59 ++++++++++++++++++++++++++++++++++++++--- 3 files changed, 103 insertions(+), 3 deletions(-) create mode 100644 client/scripts/theme.js diff --git a/client/index.html b/client/index.html index 41e8338..05e41b9 100644 --- a/client/index.html +++ b/client/index.html @@ -8,6 +8,7 @@ Snapdrop + @@ -39,6 +40,11 @@ + + + + +