Add dark mode
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ["./handlers/**/*.html"],
|
content: ["./handlers/**/*.html"],
|
||||||
theme: {
|
darkMode: "class",
|
||||||
extend: {},
|
theme: {
|
||||||
},
|
extend: {},
|
||||||
plugins: [],
|
},
|
||||||
}
|
plugins: [],
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user