PDF Designer

This commit is contained in:
Moritz Utcke
2024-02-23 11:51:59 +07:00
parent 06b423a22e
commit 9a92eaa92c
16 changed files with 1750 additions and 46 deletions

View File

@@ -3,6 +3,14 @@ module.exports = {
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}", "./node_modules/@ibcornelsen/ui/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
darkMode: "class",
plugins: [require("daisyui"), require("@tailwindcss/typography")],
theme: {
extend: {
colors: {
"pdf-yellow-bright": "#f3cb00",
"pdf-yellow-light": "#fff6ca",
},
},
},
daisyui: {
themes: [{
light: {
@@ -43,9 +51,7 @@ module.exports = {
'--btn-text-case': 'normal',
'--navbar-padding': '.5rem',
'--border-btn': '1px',
"pdf-yellow-bright": "#f3cb00",
"pdf-yellow-light": "#fff6ca",
'--border-btn': '1px'
},
'dark': {
'primary': '#ff7d26',