mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
finished main page and started parameters
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'custom-green': '#19e119',
|
||||
'custom-red': '#e11919',
|
||||
'custom-orange': '#fa6400',
|
||||
'custom-blue': '#1e90ff',
|
||||
'custom-grey': '#808080',
|
||||
}
|
||||
}
|
||||
},
|
||||
mode: 'jit',
|
||||
content: [
|
||||
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
|
||||
Reference in New Issue
Block a user