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
+1 -1
View File
@@ -4,7 +4,7 @@
@include('sections.header')
<main id="main" class="main bg-slate-900 w-4/5 z-0 mt-96 mt-1/12">
<main id="main" class="main bg-jlg-dark-blue w-4/5 z-0 mt-96 mt-1/12">
@yield('content')
</main>