refactor(nuxt): update body styles in app.vue

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2024-11-11 17:53:09 -05:00
parent 1235f89163
commit 428023b89a
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

25
app.vue
View File

@ -42,30 +42,7 @@
</nuxt-error-boundary>
</template>
<style>
body[data-theme="dark"],
body[data-theme="dark"] .alayhead {
background-color: #141414;
color: #fff;
}
html {
background: #f5f5f5;
}
html,
body {
height: 100%;
}
html:has(body[data-theme="dark"]) {
background-color: #141414 !important;
}
body {
margin: 0px !important;
}
body:not([data-theme="dark"]) .alayhead {
background-color: #f5f5f5 !important;
margin: 0 !important;
}
</style>