theme dans tailwind config

This commit is contained in:
Valentin
2023-06-26 00:47:12 +02:00
parent 8422f39067
commit 1edd00252d
7 changed files with 52 additions and 29 deletions
+5 -3
View File
@@ -1,6 +1,8 @@
<header class="text-4xl py-8 shadow-lg fixed top-0 h-1/12 w-full bg-slate-900 flex flex-row justify-center items-center z-10">
<a class="brand" href="{{ home_url('/') }}">
{!! $siteName !!}
<header class="border-jlg-light-white py-8 shadow-xlg fixed top-0 h-1/12 w-full bg-jlg-dark-blue flex flex-row justify-center items-center z-10">
<a class="brand text-center text-xl" href="{{ home_url('/') }}">
<!-- {!! $siteName !!} -->
<span class="font-caslon uppercase">Partition<br></span>
<span class="font-caslon italic">Le Livre d'Image</span>
</a>
@if (has_nav_menu('primary_navigation'))