style: Update stats component background and border for improved visibility
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 259 KiB After Width: | Height: | Size: 302 KiB |
Before Width: | Height: | Size: 809 KiB After Width: | Height: | Size: 804 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 2 MiB |
Before Width: | Height: | Size: 637 KiB After Width: | Height: | Size: 591 KiB |
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 431 KiB |
Before Width: | Height: | Size: 326 KiB After Width: | Height: | Size: 337 KiB |
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 225 KiB |
|
@ -137,7 +137,7 @@
|
|||
|
||||
<!-- Quick Stats -->
|
||||
<div class="hidden md:flex items-center gap-2">
|
||||
<div class="stats stats-horizontal bg-base-100 shadow-lg">
|
||||
<div class="stats stats-horizontal bg-base-200/50 border border-base-300/50">
|
||||
<div class="stat py-2 px-4">
|
||||
<div class="stat-title text-xs">{$t('adventures.visited')}</div>
|
||||
<div class="stat-value text-lg text-success">{visitedAdventures}</div>
|
||||
|
|