add pretty animations to nav
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
<template>
|
||||
<div class="flex flex-col items-center w-full h-full">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.dark-mode body {
|
||||
background-color: #091a28;
|
||||
color: #ebf4f1;
|
||||
}
|
||||
</style>
|
@@ -36,8 +36,10 @@ html.dark::before {
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
.dark-mode body {
|
||||
background-color: #091a28;
|
||||
color: #ebf4f1;
|
||||
main {
|
||||
width: 80%;
|
||||
max-width: 60rem;
|
||||
height: 100%;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user