Skip to content

Commit 4948080

Browse files
committed
Convert hsl to hex
1 parent 8985e72 commit 4948080

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export default {
33
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
44
theme: {
55
colors: {
6-
background: "hsl(0,0%,70%)",
7-
// background: "hsl(0, 0%, 30%)",
6+
background: "#b3b3b3",
7+
// background: "#4d4d4d",
88
primary: "#240e1f",
99
secondary: "#c08021",
1010
accent: "#e96932",

0 commit comments

Comments
 (0)