Make background darker
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<div class="bg-transparent rounded-lg">
|
||||
<p class="leading-normal font-bold text-lg text-rose-600">
|
||||
{{ __('stream.gallery') }}
|
||||
</p>
|
||||
<div class="px-1 sm:px-2">
|
||||
<p class="leading-normal font-bold text-lg text-gray-900 dark:text-gray-200">
|
||||
{{ __('stream.gallery') }}
|
||||
</p>
|
||||
</div>
|
||||
@if ($gallery->count() > 5)
|
||||
<div class="grid grid-rows-1 w-30 text-left">
|
||||
<ul data-te-lightbox-init class="list-none text-center" style="overflow: hidden;">
|
||||
|
||||
Reference in New Issue
Block a user