diff --git a/src/components/Background.vue b/src/components/Background.vue new file mode 100644 index 0000000..8cfb7e9 --- /dev/null +++ b/src/components/Background.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/src/layouts/default.vue b/src/layouts/default.vue index 4ecf6fd..1cdc2a6 100644 --- a/src/layouts/default.vue +++ b/src/layouts/default.vue @@ -19,10 +19,11 @@ onMounted(() => configureGraphs({ darkMode: colorMode.value === 'dark' }))