PDF Designer
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user