Skip to content

Commit 58c6d14

Browse files
committed
added dark theme: gray bg for picture
1 parent 2f8dbde commit 58c6d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-laravel/api-laravel/resources/views/pages/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="w-full md:w-3/4 pr-0 md:pr-6">
55
<article class="bg-gray-800 rounded-lg shadow-sm overflow-hidden border border-gray-700">
66
@if(!empty($post->getImage()))
7-
<div class="w-full h-64 md:h-96 flex items-center justify-center bg-gray-200">
7+
<div class="w-full h-64 md:h-96 flex items-center justify-center bg-gray-700">
88
<img src="{{$post->getImage()}}" alt="{{$post->title}}"
99
height="384"
1010
class="w-full h-full object-contain">

0 commit comments

Comments
 (0)