mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06:00
Merge 746cceea6c
into c2db79ee4b
This commit is contained in:
commit
e677eae493
1 changed files with 41 additions and 41 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue