1
0
Fork 0

Set brand colour to purple

This commit is contained in:
Aroy-Art 2024-09-03 21:00:29 +02:00
parent f47aedfb67
commit 5a03eb10bf
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -14,7 +14,7 @@ module.exports = {
theme: { theme: {
extend: { extend: {
colors: { colors: {
brand: "#FD4F00", brand: "#9600ff",
} }
}, },
}, },