fix: wrong color on 'How.astro' Component
This commit is contained in:
parent
6468471299
commit
02764ea73c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue