fix: removed dark mod

This commit is contained in:
Xeovalyte 2023-06-07 22:29:57 +02:00
parent d1f08e3dfa
commit ea405ba6d5

View File

@ -1,5 +1,5 @@
<template>
<div class="min-h-screen w-full overflow-y-auto bg-gray-100 dark:bg-gray-900">
<div class="min-h-screen w-full overflow-y-auto bg-gray-900">
<NuxtLayout />
</div>
</template>