Add RayHunter branding colors to TailwindCSS

This commit is contained in:
Caleb
2025-05-15 21:56:07 -04:00
committed by Cooper Quintin
parent 221c3591fd
commit 35e3c80313
+7 -1
View File
@@ -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: []