Skip to content

Commit

Permalink
Update tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RR-Gary-Stringham authored Apr 7, 2024
1 parent 4869cc5 commit 0331e90
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,27 @@ module.exports = {
pulse: "pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",
bounce: "bounce 1s infinite",
},
backgroundColor: (theme) => theme("colors"),
backgroundColor: {
'bg-blue': "#1C447F",
'bg-indigo': "#5E688D",
'bg-purple': "#5E688D",
'bg-pink': "#F08D19",
'bg-red': "#Ef5353",
'bg-orange': "#E4782E",
'bg-lightOrange': "#F08D19",
'bg-darkOrange': "#E4782E",
'bg-yellow': "#FAD644",
'bg-green': "#5B8AA0",
'bg-teal': "#5B8AA0",
'bg-cyan': "#B2D3DE",
'bg-white': "#FFF",
'bg-offWhite': "#FAFAFA",
'bg-gray': "#575757",
'bg-grayDark': "#2F2F2F",
'bg-black': "#2F2F2F",
},


backgroundImage: {
none: "none",
"gradient-to-t": "linear-gradient(to top, var(--tw-gradient-stops))",
Expand Down

0 comments on commit 0331e90

Please sign in to comment.