Initial
This commit is contained in:
17
tailwind.config.js
Normal file
17
tailwind.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ["./src/**/*.{astro,html,md,mdx,js,jsx,ts,tsx,vue}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: "#0D47A1",
|
||||
accent: "#00B8D9",
|
||||
graybg: "#F3F4F6",
|
||||
text: "#111827",
|
||||
textMuted: "#374151"
|
||||
},
|
||||
borderRadius: { brand: "8px" }
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
};
|
||||
Reference in New Issue
Block a user