Initial Commit
This commit is contained in:
28
frontend/tailwind.config.js
Normal file
28
frontend/tailwind.config.js
Normal file
@@ -0,0 +1,28 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./frontend/**/*.{html,js}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
clawfort: {
|
||||
50: "#f0f4ff",
|
||||
100: "#dbe4ff",
|
||||
200: "#bac8ff",
|
||||
300: "#91a7ff",
|
||||
400: "#748ffc",
|
||||
500: "#5c7cfa",
|
||||
600: "#4c6ef5",
|
||||
700: "#4263eb",
|
||||
800: "#3b5bdb",
|
||||
900: "#364fc7",
|
||||
950: "#1e2a5e",
|
||||
},
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['"Inter"', "system-ui", "-apple-system", "sans-serif"],
|
||||
mono: ['"JetBrains Mono"', "monospace"],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user