fitur fitur darkmode dan foto foto

This commit is contained in:
2026-05-19 10:47:55 +07:00
parent 7e1cb94689
commit 6c36f7565e
57 changed files with 7867 additions and 236 deletions
@@ -0,0 +1,27 @@
/** @type {import('tailwindcss').Config} */
export default {
darkMode: "class",
content: [
"./index.html",
"./src/**/*.{vue,js}"
],
theme: {
extend: {
fontFamily: {
sans: ["Inter", "system-ui", "sans-serif"]
},
colors: {
brand: {
50: "#eff6ff",
100: "#dbeafe",
500: "#2563eb",
600: "#1d4ed8",
700: "#1e40af",
900: "#172554"
}
}
}
},
plugins: []
}