add tella theme
This commit is contained in:
17
themes/tella/exampleSite/tailwind.config.js
Normal file
17
themes/tella/exampleSite/tailwind.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
content: ["./**/*.html", "./**/*.md", "./config.toml"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
tlgray: {
|
||||
200: "#E5E7EB",
|
||||
400: "#9CA3AF",
|
||||
700: "#374151",
|
||||
800: "#1F2937"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
variants: {},
|
||||
plugins: [require("@tailwindcss/typography")],
|
||||
};
|
||||
Reference in New Issue
Block a user