Skip to content

Commit

Permalink
V3 - Update color scheme (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
idamand authored Nov 22, 2024
1 parent 8a344cd commit 8e92437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
}

.subtitle {
color: var(--primary-grey);
color: var(--text-tertiary);
font-size: 1rem;
font-weight: 400;
line-height: 1.5rem;
}

.highlightOutside {
background-color: var(--primary-yellow-warning);
color: var(--secondary-text-black-darker);
color: var(--text-primary);
display: inline-block;
padding: 0.25rem 1.25rem;
z-index: 2;
Expand Down
7 changes: 1 addition & 6 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ html {
--primary-dark: #e61a6b;
--primary-darker: #8b0f40;
--primary-light: #f5a4c4;
--primary-bg: #f2f2f2;
--primary-bg: #fafafa;
--primary-bg-dark: #d9d9d9;
--primary-bg-blue: #0014cd;
--primary-white-bright: #ffffff;
--primary-white: #faf8f5;
--primary-black: #2d2d2d;
--primary-black-darker: #000000;
--primary-grey: #5e5e5e;

--secondary-text-black-darker: #222424;

--secondary-off-white1: #f4efe8;
--secondary-off-white2: #ece1d3;
Expand All @@ -31,8 +28,6 @@ html {

--focus-color: #8b0f40;

--blue-dark: #0014cd;

/* TODO: upgrade color-scheme with correct colors */
--secondary-red: #f0503f;
--text-primary: #222424;
Expand Down

0 comments on commit 8e92437

Please sign in to comment.