eb2-proxy-website/tailwind.config.cjs

18 řádky
346 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
colors: {
eb2: {
//DEFAULT: '#e11d48',
//DEFAULT: '#992524',
//DEFAULT: '#59565e',
//normal: '#84cc16',
DEFAULT: '#ffcb03'
}
}
},
plugins: []
};