We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8985e72 commit 4948080Copy full SHA for 4948080
1 file changed
tailwind.config.js
@@ -3,8 +3,8 @@ export default {
3
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
4
theme: {
5
colors: {
6
- background: "hsl(0,0%,70%)",
7
- // background: "hsl(0, 0%, 30%)",
+ background: "#b3b3b3",
+ // background: "#4d4d4d",
8
primary: "#240e1f",
9
secondary: "#c08021",
10
accent: "#e96932",
0 commit comments