diff --git a/template/app/assets/css/global.css b/template/app/assets/css/global.css index 8baf1c3..bfa424d 100644 --- a/template/app/assets/css/global.css +++ b/template/app/assets/css/global.css @@ -2,7 +2,7 @@ :root { --bg-body: #f4f1ee; --bg-elevated: #faf8f5; - --bg-sidebar: #f4f1ee; + --bg-sidebar: #d1cfcd; --text-primary: #1e1a2e; --text-heading: #0f0c1a; --text-secondary: #3d3457; diff --git a/template/app/components/PageTree.vue b/template/app/components/PageTree.vue index 9d82a2c..5dc98ff 100644 --- a/template/app/components/PageTree.vue +++ b/template/app/components/PageTree.vue @@ -14,8 +14,11 @@ const { data: pages } = await useAsyncData('nav', () => \ No newline at end of file diff --git a/template/app/components/TreeNode.vue b/template/app/components/TreeNode.vue index 7ba119f..802ab1b 100644 --- a/template/app/components/TreeNode.vue +++ b/template/app/components/TreeNode.vue @@ -51,7 +51,7 @@ function visibleChildren(node) {