Added new colors, adjusted login styling

This commit is contained in:
2024-10-08 21:28:16 +02:00
parent 15442764c2
commit e610e866c7
10 changed files with 60 additions and 51 deletions

View File

@ -49,17 +49,23 @@ export default {
'character': '0 4px 30px rgba(0, 0, 0, 0.1)',
},
colors: {
red: {
DEFAULT: '#d50000',
50: '#d50000',
100: '#b30000',
200: '#F44747'
cyan: {
DEFAULT: '#0D6d69',
50: '#f3faf8',
100: '#D7F0EC',
200: '#b1dfd9',
300: '#80c8c1',
600: '#0D6D69',
800: '#244b4c',
900: '#204040',
950: '#0f2324'
},
bordeaux: {
DEFAULT: '#800020',
50: '#cc0033',
100: '#800020',
200: '#4c0000'
red: {
DEFAULT: '#b73f54',
100: '#ffefef',
200: '#e15970',
300: '#b73f54',
400: '#332426'
},
blue: {
DEFAULT: '#00c2ff'
@ -70,20 +76,20 @@ export default {
purple: {
DEFAULT: '#9841e6'
},
cyan: {
DEFAULT: '#0D6D69',
50: '#5AA39F',
100: '#0D6D69',
200: '#376362'
},
gray: {
DEFAULT: '#282828',
50: '#0C0C0C',
100: '#282828',
200: '#454442',
300: '#888888',
500: '#B4B4B4',
600: '#B1B2B5'
DEFAULT: '#262626',
50: '#fcfcfd',
100: '#f7f7f8',
150: '#f1f1f3',
175: '#e4e4e7',
200: '#999999',
300: '#808080',
400: '#666666',
500: '#4d4d4d',
600: '#333333',
700: '#262626',
800: '#1a1a1a',
900: '#0d0d0d'
}
}
},