Skip to content

Commit effecb3

Browse files
author
Alex Patterson
committed
change to ccd
1 parent 56cb832 commit effecb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nextjs/tailwind.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
},
1010
extend: {
1111
colors: {
12-
"ajonp-primary": {
12+
"ccd-primary": {
1313
"050": "#EFE4F4",
1414
100: "#D7BCE3",
1515
200: "#BD8FD1",
@@ -21,7 +21,7 @@ module.exports = {
2121
800: "#5E1286",
2222
900: "#4B0A75",
2323
},
24-
"ajonp-secondary": {
24+
"ccd-secondary": {
2525
"050": "#FFEBEC",
2626
100: "#FFCDCF",
2727
200: "#FFACAF",
@@ -33,7 +33,7 @@ module.exports = {
3333
800: "#FF3E43",
3434
900: "#FF2E32",
3535
},
36-
"ajonp-social": {
36+
"ccd-social": {
3737
twitter: "#1da1f1",
3838
discord: "#7289da",
3939
github: "#23292d",

0 commit comments

Comments
 (0)