configuration pocketbase terminé (#5)

# Conflicts:
#	.gitignore
This commit is contained in:
Styve Lioumba
2025-08-21 18:41:52 +02:00
committed by styve Lioumba
parent 1dc1109482
commit 4fb600b0cb
179 changed files with 23970 additions and 15135 deletions

View File

@@ -1,22 +1,25 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: 'class', // or 'media' or 'class'
content: [
"./src/**/*.{html,ts}",
],
theme: {
extend: {
backgroundColor: ['dark'],
textColor: ['dark'],
boxShadow: {
oauthBtn:
'inset -2px -2px 8px 0px rgba(0, 0, 0, 0.25), 2px 2px 8px 0px rgba(0, 0, 0, 0.25)',
},
backgroundImage: {
auth: 'url("https://images.unsplash.com/photo-1477346611705-65d1883cee1e?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D")',
},
},
},
plugins: [],
}
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: 'class', // or 'media' or 'class'
content: [
"./src/**/*.{html,ts}",
],
theme: {
extend: {
fontFamily: {
ubuntu: ["ubuntu", "sans-serif"],
},
backgroundColor: ['dark'],
textColor: ['dark'],
boxShadow: {
oauthBtn:
'inset -2px -2px 8px 0px rgba(0, 0, 0, 0.25), 2px 2px 8px 0px rgba(0, 0, 0, 0.25)',
},
backgroundImage: {
auth: 'url("./assets/images/bg.avif")',
},
},
},
plugins: [],
}