theme clair/sombre , petit defaut sur le footer (#1)

Co-authored-by: styve Lioumba <styve.lioumba@jdc.fr>
This commit is contained in:
Styve Lioumba
2024-09-25 16:55:07 +02:00
committed by styve Lioumba
parent 1bf76c6c66
commit 4ed63411d3
10 changed files with 91 additions and 22 deletions

View File

@@ -1,10 +1,14 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: 'class', // or 'media' or 'class'
content: [
"./src/**/*.{html,ts}",
],
theme: {
extend: {},
extend: {
backgroundColor: ['dark'],
textColor: ['dark'],
},
},
plugins: [],
}