Fix: make "from the blog" bg light

The "From the blog" section was dark even on light theme. Now it uses the same background color as the hero.
This commit is contained in:
Miguel Vidal 2023-01-01 12:38:22 +01:00 committed by GitHub
parent 4df07b7981
commit cfe20ed44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -474,7 +474,7 @@
<div class="relative px-1 pt-8 pb-4 bg-transparent lg:px-8 lg:pt-12 lg:mb-4 md:mt-12">
<div class="absolute inset-0">
<div class="bg-gray-900 dark:bg-gray-900/50 h-1/3 sm:h-2/3"></div>
<div class="bg-gray-200 dark:bg-gray-900/50 h-1/3 sm:h-2/3"></div>
</div>
<div class="relative px-2 mx-auto max-w-7xl">
<div class="text-center">
@ -606,4 +606,4 @@
</div>
</main>
{{ end }}
{{ end }}