diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index f6d0c10..dbf4119 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -36,4 +36,15 @@ + + \ No newline at end of file diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 06814ad..477da18 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -67,5 +67,27 @@ <% end %> + \ No newline at end of file diff --git a/config/tailwind.config.js b/config/tailwind.config.js index 99b9ec7..e4d7df9 100644 --- a/config/tailwind.config.js +++ b/config/tailwind.config.js @@ -24,8 +24,8 @@ module.exports = { // require('@tailwindcss/container-queries'), ], daisyui: { - themes: false, // false: only light + dark | true: all themes | array: specific themes like this ["light", "dark", "cupcake"] - darkTheme: "light", // name of one of the included themes for dark mode + themes: ["light", "dark"], // false: only light + dark | true: all themes | array: specific themes like this ["light", "dark", "cupcake"] + darkTheme: "dark", // name of one of the included themes for dark mode base: true, // applies background color and foreground color for root element by default styled: true, // include daisyUI colors and design decisions for all components utils: true, // adds responsive and modifier utility classes