mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 21:23:58 +01:00
style: color palette update
This commit is contained in:
parent
569c28aa73
commit
9bc839917e
|
@ -34,6 +34,20 @@ module.exports = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
colors: {
|
||||||
|
gray: {
|
||||||
|
50: '#f7f7f8',
|
||||||
|
100: '#ececf1',
|
||||||
|
200: '#d9d9e3',
|
||||||
|
300: '#d1d5db',
|
||||||
|
400: '#acacbe',
|
||||||
|
500: '#8e8ea0',
|
||||||
|
600: '#4b5563',
|
||||||
|
700: '#40414f',
|
||||||
|
800: '#343541',
|
||||||
|
900: '#202123',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [require('@tailwindcss/typography')],
|
plugins: [require('@tailwindcss/typography')],
|
||||||
|
|
Loading…
Reference in a new issue