mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs(tailwind.config): override green with nuxt one
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user