Introduce gold brand color

This commit is contained in:
Claudio Ortolina
2024-09-30 09:15:12 +01:00
parent ccd3dbfa74
commit 95a0a21877
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = {
theme: {
extend: {
colors: {
brand: "#FD4F00",
brand: "#D4AF37",
}
},
},