Prepare dark theme, add pricing page

This commit is contained in:
kbe
2025-08-14 18:14:59 +02:00
parent be22888afb
commit 8aba6e31c8
8 changed files with 322 additions and 8 deletions

View File

@@ -8,7 +8,12 @@ module.exports = {
'./components/**/*.{js,ts,jsx,tsx}',
],
theme: {
extend: {},
extend: {
transitionProperty: {
'width': 'width',
'spacing': 'margin, padding',
},
},
},
plugins: [
createThemes({
@@ -21,5 +26,9 @@ module.exports = {
foreground: '#ededed',
},
}),
require('tailwindcss/plugin')({
darkMode: 'class',
}),
],
darkMode: 'class',
}