fix: wrong color on 'How.astro' Component

This commit is contained in:
Juan Di Toro 2023-08-15 17:22:47 +02:00
parent 6468471299
commit 02764ea73c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import FeaturedGroup from "../../ui/FeaturedGroup.astro";
bottom: 0;
left: -12.5%;
margin: 2% 0;
background: var(--color-blue-charcoal);
background: var(--color-charcoal);
transform: matrix(1, 0.04, -0.04, 1, 0, 0);
z-index: -1;
overflow: hidden;