adjust main bg color

This commit is contained in:
pat-s 2024-12-21 12:40:23 +01:00
parent 56c1ff7740
commit 3822800fd5
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -1,5 +1,5 @@
<template>
<div class="flex flex-col bg-wp-background-300 dark:bg-wp-background-200 m-auto w-full h-full app">
<div class="flex flex-col bg-wp-background-300 dark:bg-wp-background-300 m-auto w-full h-full app">
<router-view v-if="blank" />
<template v-else>
<Navbar />