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.
1 parent 56cb832 commit effecb3Copy full SHA for effecb3
1 file changed
nextjs/tailwind.config.js
@@ -9,7 +9,7 @@ module.exports = {
9
},
10
extend: {
11
colors: {
12
- "ajonp-primary": {
+ "ccd-primary": {
13
"050": "#EFE4F4",
14
100: "#D7BCE3",
15
200: "#BD8FD1",
@@ -21,7 +21,7 @@ module.exports = {
21
800: "#5E1286",
22
900: "#4B0A75",
23
24
- "ajonp-secondary": {
+ "ccd-secondary": {
25
"050": "#FFEBEC",
26
100: "#FFCDCF",
27
200: "#FFACAF",
@@ -33,7 +33,7 @@ module.exports = {
33
800: "#FF3E43",
34
900: "#FF2E32",
35
36
- "ajonp-social": {
+ "ccd-social": {
37
twitter: "#1da1f1",
38
discord: "#7289da",
39
github: "#23292d",
0 commit comments