diff --git a/styles/globals.css b/styles/globals.css index 416fdb9..4b6848e 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -2,10 +2,6 @@ @tailwind components; @tailwind utilities; -:root { - color-scheme: dark light; -} - .theme-default { --color-primary: 37 194 160; --color-secondary: 48 56 70; diff --git a/tailwind.config.js b/tailwind.config.js index 408b23d..fc98574 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,6 +10,7 @@ function withOpacityValue(variable) { } module.exports = { + darkMode: "class", content: [ "./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}",