diff --git a/template/index.html b/template/index.html index c944b85..2aee0ed 100644 --- a/template/index.html +++ b/template/index.html @@ -8,8 +8,7 @@ -
-
+
@@ -313,14 +312,13 @@
-
- - - - - - - - + + + + + + + + diff --git a/template/static/javascripts/app.js b/template/static/javascripts/app.js index 35656b4..21b4614 100644 --- a/template/static/javascripts/app.js +++ b/template/static/javascripts/app.js @@ -223,6 +223,12 @@ var vm = new Vue({ }, }, watch: { + 'settings': { + deep: true, + handler: function(newVal) { + document.body.classList.value = 'theme-' + newVal.theme + }, + }, 'feedStats': { deep: true, handler: debounce(function() {