Skip to content

Commit

Permalink
changed color to grey.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergGamerdingerEKUT committed Apr 24, 2024
1 parent efd8fbd commit 1de25b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const metadata = {
</Fragment>

<Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
<div class="absolute inset-0 bg-gray-500 dark:bg-transparent"></div>
</Fragment>
</Content>

Expand Down

0 comments on commit 1de25b7

Please sign in to comment.