diff --git a/bin/web/tailwind.config.ts b/bin/web/tailwind.config.ts index d50a5e5..5948176 100644 --- a/bin/web/tailwind.config.ts +++ b/bin/web/tailwind.config.ts @@ -4,7 +4,13 @@ export default { content: ['./src/**/*.{html,js,svelte,ts}'], theme: { - extend: {} + extend: { + colors: { + 'rayhunter-blue': '#4e4eb1', + 'rayhunter-dark-blue': '#3f3da0', + 'rayhunter-green': '#94ea18' + } + } }, plugins: []