Make background darker

This commit is contained in:
2026-05-23 14:00:11 +02:00
parent 26a6500fca
commit 112cf9433e
12 changed files with 72 additions and 73 deletions

View File

@@ -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;">