We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f026b2 commit 9f93a2eCopy full SHA for 9f93a2e
1 file changed
docs/tailwind.config.ts
@@ -19,16 +19,17 @@ export default <Partial<Config>>{
19
950: '#020420',
20
},
21
green: {
22
- 50: '#d6ffee',
23
- 100: '#acffdd',
24
- 200: '#83ffcc',
25
- 300: '#30ffaa',
26
- 400: '#00dc82',
27
- 500: '#00bd6f',
28
- 600: '#009d5d',
29
- 700: '#007e4a',
30
- 800: '#005e38',
31
- 900: '#003f25',
+ 50: '#EFFDF5',
+ 100: '#D9FBE8',
+ 200: '#B3F5D1',
+ 300: '#75EDAE',
+ 400: '#00DC82',
+ 500: '#00C16A',
+ 600: '#00A155',
+ 700: '#007F45',
+ 800: '#016538',
+ 900: '#0A5331',
32
+ 950: '#052E16',
33
34
35
fontFamily: {
0 commit comments