make the background black - Follow Up Deployment
Browse files- index.html +1 -1
index.html
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
}
|
41 |
</style>
|
42 |
</head>
|
43 |
-
<body class="font-sans bg-
|
44 |
<!-- Navigation -->
|
45 |
<nav class="bg-white shadow-md sticky top-0 z-50">
|
46 |
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
|
|
|
40 |
}
|
41 |
</style>
|
42 |
</head>
|
43 |
+
<body class="font-sans bg-black">
|
44 |
<!-- Navigation -->
|
45 |
<nav class="bg-white shadow-md sticky top-0 z-50">
|
46 |
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
|