This commit is contained in:
Kyoth25f 2024-10-16 19:56:49 +00:00 committed by GitHub
commit e677eae493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ module.exports = {
"./content/**/*.{html,md}", "./content/**/*.{html,md}",
"./themes/blowfish/layouts/**/*.html", "./themes/blowfish/layouts/**/*.html",
"./themes/blowfish/content/**/*.{html,md}", "./themes/blowfish/content/**/*.{html,md}",
"./node_modules/tw-elements/js/**/*.js" "./themes/blowfish/node_modules/tw-elements/js/**/*.js"
], ],
darkMode: "class", darkMode: "class",
theme: { theme: {
@ -15,6 +15,7 @@ module.exports = {
'xl': '1280px', 'xl': '1280px',
'2xl': '1536px', '2xl': '1536px',
}, },
extend: {
colors: { colors: {
transparent: "transparent", transparent: "transparent",
neutral: { neutral: {
@ -55,7 +56,6 @@ module.exports = {
900: "rgba(var(--color-secondary-900), <alpha-value>)", 900: "rgba(var(--color-secondary-900), <alpha-value>)",
}, },
}, },
extend: {
typography: ({ theme }) => ({ typography: ({ theme }) => ({
DEFAULT: { DEFAULT: {
css: { css: {