Skip to content

Commit

Permalink
Two custom color classes were added which were used for headings to f…
Browse files Browse the repository at this point in the history
…acilitate using same color code throughout the website, dark moderate blue: darkmod-blue #3dd17C and desaturated blue: desat-blue #6D7893
  • Loading branch information
vishwaikon committed Jan 31, 2024
1 parent be39715 commit ae0f2e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export const theme = {
extend: {
colors: {
'primary-blue': '#1677FF',
'darkmod-blue': '#3D317C',
'desatdark-blue':'#6D7893',
},
},
};
Expand Down

0 comments on commit ae0f2e2

Please sign in to comment.