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 69e2b59 + 66e56fe commit bb1abd9Copy full SHA for bb1abd9
frontend/tailwind.config.js
@@ -16,25 +16,25 @@ export default {
16
...themes,
17
{
18
scrapyard: {
19
- primary: "#91ccf4",
+ primary: "#f68987",
20
21
- secondary: "#F1A3BA",
+ secondary: "#337d78",
22
23
accent: "#F3D24F",
24
25
- neutral: "#47aea9",
+ neutral: "#fff536",
26
27
- "base-100": "#337d78",
28
- "base-200": "1e4947",
+ "base-100": "#28615d",
+ "base-200": "#1e4947",
29
"base-300": "#183a38",
30
31
info: "#00ffff",
32
33
- success: "#00ff00",
+ success: "#92ccf4",
34
35
- warning: "#f59e0b",
+ warning: "#fff536",
36
37
- error: "#e11d48",
+ error: "#e74b3c",
38
},
39
40
],
0 commit comments