Remove dark mode support for now
This commit is contained in:
parent
b13ffeaa1d
commit
043117c200
@ -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;
|
||||
|
||||
@ -10,6 +10,7 @@ function withOpacityValue(variable) {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
darkMode: "class",
|
||||
content: [
|
||||
"./pages/**/*.{js,ts,jsx,tsx}",
|
||||
"./components/**/*.{js,ts,jsx,tsx}",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user