wip
This commit is contained in:
@@ -19,22 +19,24 @@ module.exports = {
|
||||
colors: {
|
||||
// Brand Colors
|
||||
primary: {
|
||||
DEFAULT: '#0056b3',
|
||||
dark: '#003d82',
|
||||
light: '#e6f0ff',
|
||||
DEFAULT: '#0117bf',
|
||||
dark: '#000e7a',
|
||||
light: '#3344cc',
|
||||
},
|
||||
secondary: {
|
||||
DEFAULT: '#003d82',
|
||||
light: '#0056b3',
|
||||
DEFAULT: '#82ed20',
|
||||
light: '#9bf14d',
|
||||
dark: '#6bc21a',
|
||||
},
|
||||
accent: {
|
||||
DEFAULT: '#e6f0ff',
|
||||
light: '#f0f7ff',
|
||||
DEFAULT: '#82ed20',
|
||||
light: '#9bf14d',
|
||||
},
|
||||
neutral: {
|
||||
DEFAULT: '#f8f9fa',
|
||||
light: '#ffffff',
|
||||
dark: '#e9ecef',
|
||||
dark: '#263336',
|
||||
black: '#0a0a0a',
|
||||
},
|
||||
// Text Colors
|
||||
text: {
|
||||
|
||||
Reference in New Issue
Block a user