feat: Make branding adapt to our colors

This commit is contained in:
Jesse Wierzbinski 2024-07-22 12:35:55 +02:00
parent 27631b618e
commit 02695bc22c
No known key found for this signature in database
13 changed files with 38 additions and 33 deletions

View file

@ -1,6 +1,7 @@
import headlessuiPlugin from "@headlessui/tailwindcss";
import typographyPlugin from "@tailwindcss/typography";
import type { Config } from "tailwindcss";
import colors from "tailwindcss/colors";
import typographyStyles from "./typography";
@ -33,6 +34,10 @@ export default {
boxShadow: {
glow: "0 0 4px rgb(0 0 0 / 0.1)",
},
colors: {
brand: colors.pink,
secondary: colors.purple,
},
maxWidth: {
lg: "33rem",
"2xl": "40rem",