Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Small landing page tweaks (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend authored Sep 15, 2023
1 parent 0977b29 commit 68efec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $max-screen: 1248px;
--useful-off-white: #f2f2f2;
--gray-5: #e0e0e0;
--color-theme-purple-01: #3e1bdb;
--color-theme-teal-01: #4daaa9;
--color-type-paragraph: #666;

/* Gaps */
Expand Down Expand Up @@ -80,7 +81,7 @@ a.hp-btn {
font-family: "IBM Plex Sans";

&-primary {
color: var(--color-theme-purple-01);
color: var(--color-theme-teal-01);
background-color: var(--primary-white);
}

Expand Down

0 comments on commit 68efec0

Please sign in to comment.