Compare commits

...

2 Commits

Author SHA1 Message Date
Juan Di Toro 248e03cb98 Merge branch 'develop' of git.lumeweb.com:LumeWeb/lumeweb.com into develop 2023-08-15 17:22:57 +02:00
Juan Di Toro 02764ea73c fix: wrong color on 'How.astro' Component 2023-08-15 17:22:47 +02:00
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;