Skip to content
Snippets Groups Projects
Commit 7ee2457d authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Customise colors in Tailwindcss theme : add Jaune et Bleu LexImpact - Truegray as gray by default

parent 5ae0a552
No related branches found
No related tags found
No related merge requests found
const colors = require('tailwindcss/colors')
const { tailwindExtractor } = require("tailwindcss/lib/lib/purgeUnusedStyles")
module.exports = {
mode: "jit",
plugins: [require("@tailwindcss/forms")],
......@@ -18,7 +20,20 @@ module.exports = {
},
},
theme: {
extend: {},
colors: {
black: colors.black,
white: colors.white,
gray: colors.trueGray,
},
extend: {
colors: {
'le-jaune': '#ded500',
'le-jaune-dark': '#a6a00c',
'le-bleu': '#343bff',
'le-bleu-light':'#d2dfff',
'le-rouge-pjl':'#ff6b6b',
},
},
fontFamily: {
sans: ["Lato", "sans-serif"],
serif: ["Lora", "serif"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment