module.exports = { darkMode: "class", content: ["./src/**/*.html", "./src/**/*.ecr"], theme: { extend: { colors: { codeBackground: "#f5f5f5", codeText: "#333", codeBackgroundDark: "#2d2d2d", codeTextDark: "#f8f8f2", }, }, }, plugins: [], };