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