eb2-proxy-website/tailwind.config.cjs

18 řádky
346 B
JavaScript
Surový Normální zobrazení Historie

2022-10-22 11:12:01 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
2022-10-24 02:23:12 +02:00
extend: {},
colors: {
eb2: {
//DEFAULT: '#e11d48',
//DEFAULT: '#992524',
2022-10-24 17:35:11 +02:00
//DEFAULT: '#59565e',
2022-10-24 02:23:12 +02:00
//normal: '#84cc16',
2022-10-24 17:35:11 +02:00
DEFAULT: '#ffcb03'
2022-10-24 02:23:12 +02:00
}
}
2022-10-22 11:12:01 +02:00
},
plugins: []
};