/** @type {import('tailwindcss').Config} */ export default { content: ["./src/**/*.ts", "./**/*.html"], theme: { extend: {}, colors: { transparent: "transparent", midnight: "#000", black: "#111", grey: "#222", charcoal: "#333", fog: "#999", snow: "#d0d0d0", white: "#c0c0c0", blue: "#68a", }, }, plugins: [], };