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:
parent
217c0b1e22
commit
94a97338ee
2 changed files with 7 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue