Task 7 - Add sponsor styling
This commit is contained in:
parent
acac7e6ec1
commit
6bd1f864ba
3 changed files with 32 additions and 14 deletions
|
@ -11,10 +11,15 @@ module.exports = {
|
|||
DEFAULT: '#56a9db',
|
||||
dark: '#1772ae',
|
||||
},
|
||||
bronze: '#998100',
|
||||
gold: '#e6c200',
|
||||
gray: {
|
||||
light: '#fafafa',
|
||||
dark: '#333333',
|
||||
},
|
||||
orange: '#fcb040',
|
||||
platinum: '#666666',
|
||||
silver: '#999999',
|
||||
white: '#ffffff',
|
||||
},
|
||||
extend: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue