Display: Change color definition with opacity to strict RGB value.

pull/5206/head
Yannick Warnier 2 years ago
parent ea1532c9a6
commit 21a7988baf
  1. 6
      tailwind.config.js

@ -41,14 +41,14 @@ module.exports = {
15: "#f7f8f9",
20: "#edf0f2",
25: "#e4e9ed",
30: "rgba(0, 0, 0, 0.12)",
30: "#e0e0e0",
50: "#a2a6b0",
90: "#333333",
},
support: {
1: "rgba(46, 117, 163, 0.08)",
1: "#eff4f8",
2: "#f5f8fa",
3: "rgba(46, 117, 163, 0.5)",
3: "#97bad1",
4: "#244d67",
5: "#e06410",
6: "#faf7f5",

Loading…
Cancel
Save