/** @type {import('tailwindcss').Config} */ export default { content: ["./index.html", "./src/**/*.{ts,tsx}"], theme: { extend: { colors: { nostr: "#5b2cb3", link: "#AC88FF", }, }, }, plugins: [], };