feat: doc pages, finished refactor of ingress

This commit is contained in:
Per Stark
2025-01-05 23:20:34 +01:00
parent 5bd44f745a
commit 669875094b
18 changed files with 232 additions and 82 deletions
+13 -3
View File
@@ -4,10 +4,20 @@ module.exports = {
'./templates/**/*',
'!./templates/email/**/*'
],
theme: {
extend: {},
theme: {
extend: {
typography: {
DEFAULT: {
css: {
maxWidth: '90ch', // Override max-width for all prose instances
},
},
},
},
},
plugins: [require('daisyui')],
plugins: [
require("@tailwindcss/typography"),
require('daisyui')],
daisyui: {
themes: ["light", "dark"],
},