Dark Version

In order to have Dark mode enabled, update below line in function initSettings in file ../assets/js/app.js.
alreadyVisited = "dark-mode-switch"; at line number 180.
and replace the reference of bootstrap.min.css stylesheet file to bootstrap-dark.min.css and app.min.css to app-dark.min.css in the Views/Shared/_head_css.cshtml file.