1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 13:24:03 +00:00

add x clock and black color brown-900

This commit is contained in:
Abrar Ahmad 2021-11-10 16:00:57 +05:00
parent 217c0b1e22
commit 94a97338ee
2 changed files with 7 additions and 3 deletions

View file

@ -47,6 +47,10 @@ $title = $title
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<meta name="theme-color" content="#fa7c4c">
<style>
[x-cloak] { display: none !important; }
</style>
</head>
<body class="flex flex-col min-h-screen font-sans antialiased text-gray-800">