Skip to content

Commit

Permalink
feat: Add security red css (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr authored Nov 26, 2024
1 parent 9958b62 commit 345f4fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ export default <Config>{
dark: "#0C0C0C",
night: "#000000",
darkblur: "#0009",
red: {
200: "#F9DBDB",
400: "#900909",
},
grey: {
50: "#9F9F9F",
100: "#686868",
Expand Down Expand Up @@ -132,4 +136,4 @@ export default <Config>{
});
}),
],
};
};

0 comments on commit 345f4fd

Please sign in to comment.