fixed toolbar menu
This commit is contained in:
@@ -11,6 +11,24 @@ export default {
|
||||
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
nebula: {
|
||||
50: '#EAF0F7', // almost white blue
|
||||
100: '#D6E0EE',
|
||||
200: '#B3C3DD',
|
||||
300: '#8FA5C9',
|
||||
400: '#6C87B4',
|
||||
500: '#4A6A9A',
|
||||
600: '#35537B',
|
||||
700: '#233B5A',
|
||||
800: '#15243A',
|
||||
900: '#0F1724', // main background
|
||||
},
|
||||
deep: '#0F1724',
|
||||
panel: '#151E2E',
|
||||
soft: '#7A8CA5',
|
||||
accent: '#E07A21',
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['Figtree', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user