File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ $ npm run dev
22
22
23
23
Enjoy!
24
24
25
+ ### Changing colours
26
+
27
+ If you want to change the default orange colour being used, update the ` brand-{modifier} ` values in your ` tailwind.js ` file.
28
+
25
29
### Screenshots
26
30
27
31
![ Welcome] ( /screenshots/welcome.png )
Original file line number Diff line number Diff line change @@ -127,6 +127,14 @@ var colors = {
127
127
'pink-light' : '#fa7ea8' ,
128
128
'pink-lighter' : '#ffbbca' ,
129
129
'pink-lightest' : '#ffebef' ,
130
+
131
+ 'brand-darkest' : '#542605' ,
132
+ 'brand-darker' : '#7f4012' ,
133
+ 'brand-dark' : '#de751f' ,
134
+ 'brand' : '#f6993f' ,
135
+ 'brand-light' : '#faad63' ,
136
+ 'brand-lighter' : '#fcd9b6' ,
137
+ 'brand-lightest' : '#fff5eb' ,
130
138
}
131
139
132
140
module . exports = {
You can’t perform that action at this time.
0 commit comments