diff --git a/public/images/banners/qf-round/giv-palooza.svg b/public/images/banners/qf-round/giv-palooza.svg index 6397bc6762..5da6cdab05 100644 --- a/public/images/banners/qf-round/giv-palooza.svg +++ b/public/images/banners/qf-round/giv-palooza.svg @@ -1,277 +1,295 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + - - + + - + - - + + - - + + - - - - - + + - + + + + + + + + + + - - + + - - + + - + + + + + + + - - + + - - + + - - + + - - - + + + + diff --git a/src/components/views/projects/qfBanner/common.ts b/src/components/views/projects/qfBanner/common.ts index a95a1ac4d6..e92b8d3f18 100644 --- a/src/components/views/projects/qfBanner/common.ts +++ b/src/components/views/projects/qfBanner/common.ts @@ -74,10 +74,10 @@ export const Desc = styled(Flex)` justify-content: center; gap: 8px; padding: 9px 20px; - background: ${brandColors.pinky[500]}; + background: ${brandColors.mustard[500]}; margin-top: 12px; margin-bottom: 32px; - color: ${neutralColors.gray[100]}; + color: ${neutralColors.gray[900]}; `; export const ImgBase = styled.img`