2022-07-21 22:03:35 -04:00
|
|
|
<template>
|
2022-07-22 15:32:00 -04:00
|
|
|
<div class="flex flex-col items-center w-full h-full">
|
2022-07-21 22:03:35 -04:00
|
|
|
<slot />
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
.dark-mode body {
|
|
|
|
background-color: #091a28;
|
|
|
|
color: #ebf4f1;
|
|
|
|
}
|
|
|
|
</style>
|