mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
feat: ✨ Make branding adapt to our colors
This commit is contained in:
parent
27631b618e
commit
02695bc22c
13 changed files with 38 additions and 33 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue