Move vue views from Card to Sections

This commit is contained in:
Johannes Zellner
2025-01-17 14:02:05 +01:00
parent 7907d05847
commit 5feb5ee015
10 changed files with 84 additions and 112 deletions
-6
View File
@@ -856,10 +856,4 @@ app.controller('MainController', ['$scope', '$route', '$timeout', '$location', '
$(this).find('[autofocus]:first').focus();
});
});
document.getElementsByClassName('accent-color-input')[0].addEventListener('change', (event) => {
const root = document.documentElement;
console.log('---', event.target.value)
root.style.setProperty('--accent-color', event.target.value);
});
}]);