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:
parent
4df07b7981
commit
cfe20ed44f
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue