Skip to content

Commit c84561e

Browse files
authored
Update index.html
1 parent f42eb45 commit c84561e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Cal Hub – Calorie Tracker</title>
77
<script src="https://cdn.tailwindcss.com"></script>
8+
<!-- Optional: custom Tailwind config (for colors, fonts, etc.) -->
9+
<script>
10+
tailwind.config = {
11+
theme: {
12+
extend: {
13+
colors: {
14+
brand: {
15+
50: "#f5f3ff",
16+
100: "#ede9fe",
17+
600: "#5b21b6",
18+
700: "#4c1d95",
19+
},
20+
},
21+
fontFamily: {
22+
sans: ["Inter", "ui-sans-serif", "system-ui"],
23+
},
24+
},
25+
},
26+
};
27+
</script>
828
</head>
929
<body class="text-gray-800 bg-white">
1030
<!-- Navbar -->

0 commit comments

Comments
 (0)