Light mode (#38)

This commit is contained in:
Thomas Miceli
2023-05-27 13:58:08 +02:00
committed by GitHub
parent 4a75a50370
commit cecc06b332
30 changed files with 554 additions and 1252 deletions

View File

@@ -22,7 +22,6 @@ module.exports = {
800: "#232429",
900: "#131316"
},
emerald: colors.emerald,
rose: colors.rose,
primary: colors.sky,
slate: colors.slate
@@ -34,4 +33,5 @@ module.exports = {
},
},
plugins: [require("@tailwindcss/typography"),require('@tailwindcss/forms')],
darkMode: 'class',
}