mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 20:28:09 +01:00
docs(tailwind.config): override green with nuxt one
This commit is contained in:
@@ -6,6 +6,20 @@ export default <Partial<Config>>{
|
|||||||
extend: {
|
extend: {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
sans: ['Inter', 'Inter fallback', ...defaultTheme.fontFamily.sans]
|
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