admin / Bid-Sentinel
publicBid Scrape and Tracking Application with AI Capability
Bid-Sentinel / bid-sentinel-v2 / frontend / tailwind.config.js
327 B · main
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | /** @type {import('tailwindcss').Config} */ export default { darkMode: "class", content: ["./index.html", "./src/**/*.{js,jsx}"], theme: { extend: { colors: { brand: { DEFAULT: "#0b3d91", dark: "#082c6b", light: "#1d5fd6", }, }, }, }, plugins: [], }; |