Skip to content

Commit

Permalink
docs(tailwind.config): override green with nuxt one
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Aug 1, 2023
1 parent 248b0a6 commit 871d3b3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ export default <Partial<Config>>{
extend: {
fontFamily: {
sans: ['Inter', 'Inter fallback', ...defaultTheme.fontFamily.sans]
},
colors: {
green: {
50: '#d6ffee',
100: '#acffdd',
200: '#83ffcc',
300: '#30ffaa',
400: '#00dc82',
500: '#00bd6f',
600: '#009d5d',
700: '#007e4a',
800: '#005e38',
900: '#003f25'
}
}
}
}
Expand Down

1 comment on commit 871d3b3

@vercel
Copy link

@vercel vercel bot commented on 871d3b3 Aug 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui.nuxtlabs.com
ui-nuxtlabs.vercel.app
ui-git-dev-nuxtlabs.vercel.app

Please sign in to comment.