feat: doc pages, finished refactor of ingress

This commit is contained in:
Per Stark
2025-01-05 23:20:34 +01:00
parent 71063a18af
commit b2eb4858ad
18 changed files with 232 additions and 82 deletions

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"],
},