We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f1d49c + 37eda89 commit 842c300Copy full SHA for 842c300
tailwind.config.js
@@ -92,9 +92,9 @@ module.exports = {
92
"100%": { transform: "translate(-2539.6383913420013px, 0)" }
93
},
94
"blink": {
95
- "0%": { background: "bg-warning-200", color: "##878c8e" },
96
- "50%": { background: "transparent" },
97
- "100%": { background: "bg-warning-200", color: "##878c8e" },
+ "0%": { background: "hsl(var(--warning-light))", color: "#878c8e" },
+ "50%": { background: "transparent"},
+ "100%": { background: "hsl(var(--warning-light))", color: "#878c8e" },
98
}
99
100
animation: {
0 commit comments