Force light theme cause the media query is being weird

This commit is contained in:
2023-06-21 21:13:38 +02:00
parent 3666c3c0ac
commit 279b8c4cd7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import '../app.css'
</script>
<html lang="en" data-theme="retro">
<html lang="en">
<div class="navbar bg-base-100">
<div class="navbar-start">
<div class="dropdown">
+1 -1
View File
@@ -6,6 +6,6 @@ export default {
},
plugins: [require('daisyui')],
daisyui: {
themes: ['light', 'dark', 'retro']
themes: ['light']
}
}