\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82
| Path : /var/www/html/infraai.ai/frontend/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/infraai.ai/frontend/tailwind.config.js |
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: ["class"],
content: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"],
theme: {
extend: {
colors: {
bg: {
DEFAULT: "hsl(var(--bg) / <alpha-value>)",
paper: "hsl(var(--bg-paper) / <alpha-value>)",
surface: "hsl(var(--bg-surface) / <alpha-value>)",
section: "hsl(var(--bg-section) / <alpha-value>)",
},
card: {
a: "hsl(var(--bg-card-a) / <alpha-value>)",
b: "hsl(var(--bg-card-b) / <alpha-value>)",
c: "hsl(var(--bg-card-c) / <alpha-value>)",
},
ink: {
DEFAULT: "hsl(var(--ink) / <alpha-value>)",
mute: "hsl(var(--ink-mute) / <alpha-value>)",
dim: "hsl(var(--ink-dim) / <alpha-value>)",
},
line: {
DEFAULT: "hsl(var(--line) / <alpha-value>)",
subtle: "hsl(var(--line-subtle) / <alpha-value>)",
},
cyan: {
DEFAULT: "#00D4FF",
light: "#33DDFF",
dark: "#0099CC",
readable: "hsl(var(--accent-cyan) / <alpha-value>)",
},
amber: {
DEFAULT: "#F59E0B",
light: "#FBBF24",
dark: "#D97706",
readable: "hsl(var(--accent-amber) / <alpha-value>)",
},
violet: {
DEFAULT: "#9B59F5",
light: "#B47DFF",
dark: "#7C3AED",
readable: "hsl(var(--accent-violet) / <alpha-value>)",
},
},
fontFamily: {
heading: ["Outfit", "sans-serif"],
body: ["Chivo", "sans-serif"],
mono: ["JetBrains Mono", "monospace"],
},
letterSpacing: {
widest2: "0.2em",
},
keyframes: {
"pulse-glow": {
"0%, 100%": { opacity: "0.4" },
"50%": { opacity: "1" },
},
"flow": {
"0%": { strokeDashoffset: "200" },
"100%": { strokeDashoffset: "0" },
},
"fade-up": {
"0%": { opacity: "0", transform: "translateY(16px)" },
"100%": { opacity: "1", transform: "translateY(0)" },
},
"marquee": {
"0%": { transform: "translateX(0)" },
"100%": { transform: "translateX(-50%)" },
},
},
animation: {
"pulse-glow": "pulse-glow 2.5s ease-in-out infinite",
"flow": "flow 3s linear infinite",
"fade-up": "fade-up 0.6s ease-out forwards",
"marquee": "marquee 32s linear infinite",
},
},
},
plugins: [require("tailwindcss-animate")],
};