mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
switch countries
This commit is contained in:
@@ -42,13 +42,36 @@ module.exports = {
|
||||
'300': '#FABE75',
|
||||
'400': '#F9A949',
|
||||
'500': '#F7931A',
|
||||
'600': '#D47807',
|
||||
'700': '#9E5906',
|
||||
'600': '#F7931A',
|
||||
'700': '#F7931A',
|
||||
'800': '#673B04',
|
||||
'900': '#361F02'
|
||||
},
|
||||
'yellow': {
|
||||
'50': '#FEF3E6',
|
||||
'100': '#FDEAD3',
|
||||
'200': '#FCD3A1',
|
||||
'300': '#FABE75',
|
||||
'400': '#F9A949',
|
||||
'500': '#F7931A',
|
||||
'600': '#F7931A',
|
||||
'700': '#F7931A',
|
||||
'800': '#673B04',
|
||||
'900': '#361F02'
|
||||
},
|
||||
primary: colors.amber,
|
||||
secondary: colors.slate,
|
||||
secondary: {
|
||||
'50': '#f7f7f7',
|
||||
'100': '#e3e3e3',
|
||||
'200': '#c8c8c8',
|
||||
'300': '#a4a4a4',
|
||||
'400': '#818181',
|
||||
'500': '#666666',
|
||||
'600': '#515151',
|
||||
'700': '#434343',
|
||||
'800': '#383838',
|
||||
'900': '#151515',
|
||||
},
|
||||
positive: colors.emerald,
|
||||
negative: colors.red,
|
||||
warning: colors.amber,
|
||||
|
||||
Reference in New Issue
Block a user