fixed toolbar menu

This commit is contained in:
2026-02-08 16:43:29 +01:00
parent 3f7c22373e
commit f04854bb8d
839 changed files with 657 additions and 2322 deletions

View File

@@ -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],
},