This commit is contained in:
2022-07-25 22:04:10 -04:00
parent 8f23a6bccb
commit c6e6154689
30 changed files with 270 additions and 1617 deletions

View File

@@ -9,7 +9,7 @@ module.exports = {
colors: {
transparent: 'transparent',
current: 'currentColor',
primary: colors.black,
primary: colors.zinc,
black: colors.black,
white: colors.white,
gray: colors.neutral,
@@ -17,6 +17,9 @@ module.exports = {
red: colors.rose,
yellow: colors.amber
},
fontFamily: {
'sans': ['Nunito Sans', 'ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont']
},
extend: {
spacing: {
128: '32rem',