Skip to content

Commit

Permalink
Final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaivre committed Jun 20, 2023
1 parent b89166a commit 8190279
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/components/pages/ambassadors/AmbassadorsInfoSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ const QABox = styled.div`
`

const Question = styled.div`
font-weight: 600;
font-weight: 500;
font-size: 17px;
margin-bottom: var(--spacing-2);
`

Expand Down
4 changes: 1 addition & 3 deletions src/pages/ambassadors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ const IndexPage = (props: HackathonPageProps) => {
<AmbassadorsInfoSection content={pageContent.hackathonInfo} />
</Wrapper>
<TermsAndConditionsRibbon>
<SimpleLink color="#489dbe" openModal={setIsModalTermsOpen}>
{"Program's terms and conditions"}
</SimpleLink>
<SimpleLink openModal={setIsModalTermsOpen}>{"Program's terms and conditions"}</SimpleLink>
</TermsAndConditionsRibbon>
<ModalTermsAndConditions isOpen={isModalTermsOpen} setIsOpen={setIsModalTermsOpen} />
<Footer location={props.location} />
Expand Down
4 changes: 2 additions & 2 deletions src/styles/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ export const ambassadorsTheme: DefaultTheme = {

borderPrimary: 'var(--color-grey-100)',

link: '#fc931b',
link: '#e7902c',
linkAlt: '#00aeff',

separator: 'var(--color-grey-100)',

highlight: '#fc931b',
highlight: '#e7902c',
highlightComplementary: '#00aeff'
}

0 comments on commit 8190279

Please sign in to comment.