Skip to content

Commit

Permalink
fix: add general bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
moebiusmania committed Nov 5, 2024
1 parent 71d1277 commit 8c26e99
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,11 @@ useHead({
type: "image/svg+xml",
href: "/favicon.svg",
},
{
rel: "icon",
type: "image/png",
sizes: "32x32",
href: "/static/favicons/favicon-32x32.png",
},
],
htmlAttrs: {
lang: "it-IT",
"data-theme": "light",
"class": "bg-base-200"
// class: document && document.documentElement.classList.contains("dark") ? "dark" : "light",
}
})
Expand Down

0 comments on commit 8c26e99

Please sign in to comment.