Skip to content

Commit

Permalink
feat: add brand color to Installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongitmail committed Oct 3, 2023
1 parent 0ae66ea commit b15e696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/www/src/content/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ This is what this project's `tailwind.config.js` file looks like:

```javascript title="tailwind.config.js"
import { fontFamily } from "tailwindcss/defaultTheme";
import colors from 'tailwindcss/colors';

/** @type {import('tailwindcss').Config} */
const config = {
Expand Down Expand Up @@ -187,7 +188,8 @@ const config = {
},
fontFamily: {
sans: ["Inter", ...fontFamily.sans]
}
},
brand: colors.lime
}
}
};
Expand Down

0 comments on commit b15e696

Please sign in to comment.