Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-03-12 06:15:03 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-03-12 06:15:03 +0300
commitc73a8d57ff1980a9e2f340ed6ae8640a4b76e18a (patch)
treeb3ce631e8cc41c741162912d8b1ac2c0e4d60b67 /static
parent3c52e0c98ed23a08ca40451db0119b87eaa6cfab (diff)
Made background bg-black instead of bg-dark
Diffstat (limited to 'static')
-rw-r--r--static/js/themes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/themes.js b/static/js/themes.js
index 395972f..00674a1 100644
--- a/static/js/themes.js
+++ b/static/js/themes.js
@@ -6,7 +6,7 @@ var lightTheme = {
};
var darkTheme = {
- mainBackground: "bg-dark",
+ mainBackground: "bg-black",
mainText: "text-white",
linkText: "text-warning",
toggleIcon: "fa-toggle-on"