fixed footer text opacity
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<section>
|
<section>
|
||||||
<div class="container mx-auto pt-4 pb-12">
|
<div class="container mx-auto pt-4 pb-12">
|
||||||
<p class="text-center text-sm text-gray-500 dark:text-gray-400"></p>
|
<p class="text-center text-zinc-400 dark:text-zinc-500">
|
||||||
© {{ now()->year }} {{ config('app.name') }}. All rights reserved.
|
© {{ now()->year }} {{ config('app.name') }}. All rights reserved.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user