Feat/migrate to daisy (#10)
* feat: init daisyui! * feat: change theme and colors * change dark theme and add colors
This commit is contained in:
@@ -6,15 +6,14 @@ const { isReady } = useGitHubLogin()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div id="main-app">
|
||||
<div id="main-app" class="prose">
|
||||
<router-view v-if="isReady" />
|
||||
|
||||
<new-version />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
@import 'styles/app';
|
||||
|
||||
#main-app {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user