Skip to content

Commit

Permalink
feat: tweak fonts & colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Jan 19, 2024
1 parent cea3933 commit c0f9c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sites/public/src/layouts/application-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ApplicationFormLayout = (props: ApplicationFormLayoutProps) => {
<>
<Card spacing={"sm"} className={styles["application-form-header"]}>
<Card.Section className={styles["application-form-listing-name"]}>
<Heading priority={1} className={"text-xl text-white font-bold font-alt-sans"}>
<Heading priority={1} className={"text-xl text-white font-semibold font-alt-sans"}>
{props.listingName}
</Heading>
</Card.Section>
Expand Down
2 changes: 2 additions & 0 deletions sites/public/styles/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@
--dot-size: .95rem;
--dot-font-size: 0.825rem;
--dot-label-padding-top: var(--seeds-s6);
--active-step-color: var(--seeds-color-primary-dark);
--completed-step-color: var(--seeds-color-primary-dark);
}

/* TODO: would be nice to have CSS variables for this too */
Expand Down

0 comments on commit c0f9c17

Please sign in to comment.