Skip to content

Commit

Permalink
feat: use better primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Apr 8, 2021
1 parent a1ff4bd commit f62c081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ module.exports = {

purge: {
options: {
safelist: [/active/, /fade/, /enter/, /leave/],
safelist: [/active/, /fade/, /enter/, /leave/, 'nuxt-link-exact-active'],
},
},

theme: {
extend: {
colors: {
primary: defaultColors.cyan,
primary: defaultColors.lightBlue,

accent: defaultColors.violet,

Expand Down

0 comments on commit f62c081

Please sign in to comment.