We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42eb45 commit c84561eCopy full SHA for c84561e
1 file changed
index.html
@@ -5,6 +5,26 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<title>Cal Hub – Calorie Tracker</title>
7
<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>
28
</head>
29
<body class="text-gray-800 bg-white">
30
<!-- Navbar -->
0 commit comments