Skip to content

Commit

Permalink
reverted color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ayyubibrahimi committed Nov 16, 2023
1 parent 66a781c commit d133661
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/web/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ module.exports = {
theme: {
extend: {
colors: {
primary: "#998FC7", // Dark blue
secondary: "#998FC7", // Sky blue
blue: "#28262C", // Light blue
primary: "#16054D", // Dark blue
secondary: "#61B0E0", // Sky blue
blue: "#D6FFFD", // Light blue
purple: "#726CDA",
},
fontFamily: {
body: ["Roboto", "sans-serif"],
Expand Down

0 comments on commit d133661

Please sign in to comment.