Skip to content

Commit

Permalink
color change hero widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergGamerdingerEKUT committed Apr 25, 2024
1 parent c5baf3d commit 5a4824c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ const metadata = {
>
<span class="block mb-1 sm:hidden font-bold text-blue-600"></span>
</Fragment>

<Fragment slot="bg">
<div class="absolute inset-0 bg-gray-400 dark:bg-gray-400"></div>
</Fragment>
</Hero>

<!-- Note Widget ******************* -->
Expand Down Expand Up @@ -166,7 +170,7 @@ const metadata = {
</Fragment>

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

Expand Down

0 comments on commit 5a4824c

Please sign in to comment.