Skip to content

Commit

Permalink
update --orange color for purple_dark and futa_dark color schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydrakesmith committed Oct 15, 2024
1 parent 4ca35b0 commit 38e466d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
rgba(231, 86, 112, 0.1) 100%
);

--orange: #f1b162;
--orange: #FF8B00;
--orange-background: radial-gradient(
50% 50% at 50% 50%,
rgba(241, 177, 98, 0.1) 0%,
rgba(241, 177, 98, 0.1) 100%
rgba(255, 139, 0, 0.1) 0%,
rgba(255, 139, 0, 0.1) 100%
);

/**
Expand Down Expand Up @@ -251,6 +251,13 @@
--other-green: #6bae52;
--other-red: #e75670;

--orange: #f1b162;
--orange-background: radial-gradient(
50% 50% at 50% 50%,
rgba(241, 177, 98, 0.1) 0%,
rgba(241, 177, 98, 0.1) 100%
);

/* border */
--color-border: 1px solid var(--accent1);
--border: #424649;
Expand Down

0 comments on commit 38e466d

Please sign in to comment.