Remove dark mode support for now
This commit is contained in:
parent
b13ffeaa1d
commit
043117c200
@ -2,10 +2,6 @@
|
|||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
:root {
|
|
||||||
color-scheme: dark light;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-default {
|
.theme-default {
|
||||||
--color-primary: 37 194 160;
|
--color-primary: 37 194 160;
|
||||||
--color-secondary: 48 56 70;
|
--color-secondary: 48 56 70;
|
||||||
|
|||||||
@ -10,6 +10,7 @@ function withOpacityValue(variable) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
darkMode: "class",
|
||||||
content: [
|
content: [
|
||||||
"./pages/**/*.{js,ts,jsx,tsx}",
|
"./pages/**/*.{js,ts,jsx,tsx}",
|
||||||
"./components/**/*.{js,ts,jsx,tsx}",
|
"./components/**/*.{js,ts,jsx,tsx}",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user