From a7fa4d95f7e5bb30c5c25bd4bc97881045b6a1fa Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 23 Apr 2019 18:42:37 -0400 Subject: added dark mode option --- web/views/map.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/views/map.pug') diff --git a/web/views/map.pug b/web/views/map.pug index af97f6c..abd0af5 100644 --- a/web/views/map.pug +++ b/web/views/map.pug @@ -18,7 +18,8 @@ block content button.details-btn#pending-btn Pending button.details-btn#completed-btn Completed button.details-btn#close-btn Close - + #toggle-container + button#toggle-btn Toggle Dark Mode #map script(type='text/javascript'). -- cgit v1.2.3