feat: updates

This commit is contained in:
qier222 2022-06-09 20:16:05 +08:00
parent d4d8dd817b
commit 4c90db789b
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
14 changed files with 144 additions and 82 deletions

View file

@ -28,18 +28,7 @@ module.exports = {
900: '#7EB000',
},
day: {
100: '#FCFCFC',
200: '#F8F8F8',
300: '#F4F4F4',
400: '#F0F0F0',
500: '#EDEDED',
600: '#E9E9E9',
700: '#E5E5E5',
800: '#E2E2E2',
900: '#DEDEDE',
},
night: {
50: '#545454',
50: '#B6B6B6',
100: '#535353',
200: '#505050',
300: '#484848',
@ -48,6 +37,17 @@ module.exports = {
600: '#0E0E0E',
700: '#060606',
800: '#020202',
},
night: {
50: '#BFBFBF',
100: '#A8A8A8',
200: '#7B7B7B',
300: '#606060',
400: '#585858',
500: '#4A4A4A',
600: '#464646',
700: '#3F3F3F',
800: '#373737',
900: '#313131',
},
neutral: {
@ -82,10 +82,14 @@ module.exports = {
12: '12px',
20: '20px',
24: '24px',
48: '48px',
},
fontFamily: {
mono: ['Roboto Mono', 'ui-monospace'],
},
margin: {
7.5: '1.875rem',
},
},
},
variants: {},