Skip to content

Commit

Permalink
Merge pull request #43 from bamlab/feat/random-theme-pick-color
Browse files Browse the repository at this point in the history
Feat/random theme pick color
  • Loading branch information
mbezard authored and Almouro committed Jan 24, 2023
1 parent 9b40e6e commit ce2f394
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ module.exports = {
"navy-blue": "#0F395E",
"dark-navy-blue": "#0A2540",
"light-sky-blue": "#1199EE",
"dark-charcoal": "#131313",
"light-charcoal": "#1B1B1D",
"theme-color": { DEFAULT: "var(--theme-color)", 100: "var(--theme-color-100)" },
},
boxShadow: {
glow: "0 0 10px 0 var(--theme-color)",
},
backgroundImage: {
"gradient-radial": `radial-gradient(57.7% 57.7% at 50% 0%, theme(colors.theme-color.100) 0%, rgba(29, 29, 31, 0) 100%)`,
},
},
},
Expand Down

0 comments on commit ce2f394

Please sign in to comment.