diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-23 22:42:37 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-23 22:42:37 +0000 |
| commit | a7fa4d95f7e5bb30c5c25bd4bc97881045b6a1fa (patch) | |
| tree | 562b4f22e53d6986cbcb46559656e85c8992ea6e /web/views/map.pug | |
| parent | 8135fe42bfa36df72c427e8d567aad2182e14372 (diff) | |
added dark mode option
Diffstat (limited to 'web/views/map.pug')
| -rw-r--r-- | web/views/map.pug | 3 |
1 files changed, 2 insertions, 1 deletions
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'). |
