Merge pull request 'tailwind' (#651) from mmalmi/snort:main into main
This commit is contained in:
23
packages/app/tailwind.config.js
Normal file
23
packages/app/tailwind.config.js
Normal file
@ -0,0 +1,23 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
darkMode: "media",
|
||||
content: ["./src/**/*.{js,jsx,ts,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
"neutral-999": "#090909",
|
||||
},
|
||||
textColor: {
|
||||
"nostr-blue": "var(--repost)",
|
||||
"nostr-green": "var(--success)",
|
||||
"nostr-orange": "var(--zap)",
|
||||
"nostr-red": "var(--heart)",
|
||||
"nostr-purple": "var(--highlight)",
|
||||
},
|
||||
spacing: {
|
||||
px: "1px",
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
Reference in New Issue
Block a user