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;
|
bottom: 0;
|
||||||
left: -12.5%;
|
left: -12.5%;
|
||||||
margin: 2% 0;
|
margin: 2% 0;
|
||||||
background: var(--color-blue-charcoal);
|
background: var(--color-charcoal);
|
||||||
transform: matrix(1, 0.04, -0.04, 1, 0, 0);
|
transform: matrix(1, 0.04, -0.04, 1, 0, 0);
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue