This commit is contained in:
2023-09-04 17:39:31 +02:00
parent 6611006c0d
commit d23e1ac050
14 changed files with 133 additions and 97 deletions
+7 -4
View File
@@ -1,11 +1,14 @@
export const theme = {
colors: {
primary: 'lightseagreen',
bg: '#242424',
nav: '#1b1b1b',
200: '#e0e1dd',
300: '#778da9',
400: '#415a77',
500: '#1b263b',
600: '#0d1b2a',
accent: '#ffbd00',
},
fonts: {
primary: 'Inter, system-ui, Arial, sans-serif',
primary: 'Manrope, system-ui, Arial, sans-serif',
monospace: 'IBM Plex Mono, monospace',
},
};