design
This commit is contained in:
@@ -9,18 +9,6 @@ export default {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: {
|
||||
50: '#eff6ff',
|
||||
100: '#dbeafe',
|
||||
200: '#bfdbfe',
|
||||
300: '#93c5fd',
|
||||
400: '#60a5fa',
|
||||
500: '#3b82f6',
|
||||
600: '#2563eb',
|
||||
700: '#1d4ed8',
|
||||
800: '#1e40af',
|
||||
900: '#1e3a8a',
|
||||
},
|
||||
slate: {
|
||||
850: '#1e293b',
|
||||
900: '#0f172a',
|
||||
@@ -36,9 +24,9 @@ export default {
|
||||
css: {
|
||||
color: theme('colors.slate.800'),
|
||||
a: {
|
||||
color: theme('colors.primary.600'),
|
||||
color: theme('colors.slate.900'),
|
||||
'&:hover': {
|
||||
color: theme('colors.primary.700'),
|
||||
color: theme('colors.slate.700'),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user