mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2025-12-17 06:44:28 +01:00
first commit
This commit is contained in:
15
example/tailwind.config.js
Normal file
15
example/tailwind.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
|
||||
theme: {
|
||||
fontFamily: {
|
||||
body: ["Josefin Sans", "ui-sans-serif", "system-ui"],
|
||||
},
|
||||
extend: {
|
||||
colors: {
|
||||
primary: "#8e30eb",
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user