Skip to content

Commit

Permalink
fixed image border light mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergGamerdingerEKUT committed Apr 26, 2024
1 parent 0513c57 commit e6f1cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/Content.astro
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const {
<Fragment set:html={image} />
) : (
<Image
class="mx-auto w-full rounded-lg bg-gray-500 dark:bg-neutral-900 shadow-lg"
class="mx-auto w-full rounded-lg bg-blue-50 dark:bg-neutral-900 shadow-lg"
width={800}
height={800}
widths={[400, 768, 1000]}
Expand Down

0 comments on commit e6f1cbe

Please sign in to comment.