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-05-11 05:12:56 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-05-11 05:12:56 +0300
commit67971a81cd108888c858d4b46a626e7ad251854e (patch)
tree9170bea03d9515db74a2ef70862748fb7ca27d07 /static
parentc1d1a98ca4ae794a48cfcf7391ccac6d8fc78e19 (diff)
before testing exampleSite/config.toml
Diffstat (limited to 'static')
-rw-r--r--static/js/themes.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/js/themes.js b/static/js/themes.js
index bbc9f56..768e4d7 100644
--- a/static/js/themes.js
+++ b/static/js/themes.js
@@ -1,5 +1,6 @@
var lightTheme = {
mainBackground: "bg-white",
+ skillBackground: "bg-primary",
mainText: "text-dark",
linkText: "text-primary",
toggleIcon: "fa-toggle-off"
@@ -7,6 +8,7 @@ var lightTheme = {
var darkTheme = {
mainBackground: "bg-black",
+ skillBackground: "bg-warning",
mainText: "text-white",
linkText: "text-warning",
toggleIcon: "fa-toggle-on"