Skip to content

Commit

Permalink
add tailwind themes
Browse files Browse the repository at this point in the history
  • Loading branch information
phill52 committed Nov 7, 2023
1 parent 21efe9f commit a0def18
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ site
.use(tailwindcss({
extensions: [".html", ".js", ".njk"],
options: {
plugins: [typography]
}
colors: {
'primary': "#0078E8",
'secondary': "#93C9FE",
'text-color': "#333333",
'negative': "#ffffff",
},
plugins: [typography],
},
})
)
.use(postcss())
Expand Down

0 comments on commit a0def18

Please sign in to comment.