mirror of
https://gitea.gofwd.group/sean/gunbuilder-next-tailwind.git
synced 2025-12-06 02:56:45 -05:00
clean up stuff
This commit is contained in:
@@ -1,8 +1,28 @@
|
||||
module.exports = {
|
||||
darkMode: 'class',
|
||||
content: [
|
||||
"./src/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
],
|
||||
theme: { extend: {} },
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: "oklch(45% 0.124 130.933)",
|
||||
secondary: "oklch(37% 0.034 259.733)",
|
||||
accent: {
|
||||
100: "oklch(95% 0.013 255.508)",
|
||||
500: "oklch(70% 0.013 255.508)",
|
||||
600: "oklch(60% 0.013 255.508)",
|
||||
700: "oklch(50% 0.013 255.508)",
|
||||
},
|
||||
neutral: "oklch(14% 0.005 285.823)",
|
||||
base: {
|
||||
100: "oklch(100% 0 0)",
|
||||
200: "oklch(98% 0 0)",
|
||||
300: "oklch(95% 0 0)",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user