-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtailwind.config.js
38 lines (38 loc) · 954 Bytes
/
tailwind.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
colors: {
primary: "#2563eb",
secondary: "#0891b2",
whitet: "#f8fafc",
ohover: "#d1d5db",
searchbox: "#9ca3af",
paginationp: "#f43f5e",
paginations: "#f97316",
paginationpre: "#0ea5e9",
paginationnex: "#10b981",
btnview: "#3b82f6",
btnviewh: "#1d4ed8",
btnviewd: "#06b6d4",
btnviewp: "#9333ea",
backbtna: "#e11d48",
backbtnb: "#10b981",
btnmypokema: "#84cc16",
btnmypokemb: "#22c55e",
btnfooter: "#059669",
github: "#4ade80",
react: "#61dafb",
tailwind: "#38bdf8",
landingpa: "#3b82f6",
landingpb: "#a855f7",
landingpc: "#e11d48",
landingpd: "#09090b",
landingpe: "#fafafa",
landingpf: "#ef4444",
landingpg: "#ef4444",
},
},
plugins: [],
};