We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6aa8f2 commit 6e47dc2Copy full SHA for 6e47dc2
resources/views/pages/search.blade.php
@@ -9,7 +9,7 @@
9
<link rel="icon" type="image/x-icon" href="favicon.png">
10
@vite(['resources/css/app.css', 'resources/js/app.js'])
11
</head>
12
-<body>
+<body class="bg-gray-100 text-gray-900">
13
@include('layout.header')
14
<main class="container mx-auto w-5/6 max-w-4xl">
15
@include('layout.search')
0 commit comments