initial commit
This commit is contained in:
19
tailwind.config.mjs
Normal file
19
tailwind.config.mjs
Normal file
@@ -0,0 +1,19 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
brand: {
|
||||
primary: '#0a0a0a',
|
||||
cyan: '#00e5ff',
|
||||
magenta: '#ff00ff',
|
||||
darkBg: '#111111',
|
||||
lightBg: '#f9fafb',
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user