Skip to content

Commit 50fcb04

Browse files
committed
Update fire color
1 parent 47f979d commit 50fcb04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tailwind.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ module.exports = {
9393
"80": "rgba(255,255,255,0.8)"
9494
},
9595
fire: {
96-
default: "#DF4B37",
97-
"80": "rgba(223, 75, 55, 0.8)",
98-
"40": "rgba(223, 75, 55, 0.4)",
99-
"15": "rgba(223, 75, 55, 0.15)"
96+
default: "#E6484F",
97+
"80": "rgba(230,72,79, 0.8)",
98+
"40": "rgba(230,72,79, 0.4)",
99+
"15": "rgba(230, 72, 79, 0.15)"
100100
},
101101
sky: {
102102
default: "#376FDD",

0 commit comments

Comments
 (0)