Skip to content

Commit

Permalink
add color vars
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmweisz committed Aug 1, 2024
1 parent ce14937 commit 6eb4e49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -615,4 +615,12 @@ span.sidelines {

:root {
--vads-color-base-light: rgb(169, 174, 177);
--vads-color-primary: rgb(0, 94, 162);
--vads-color-primary-dark: rgb(26, 68, 128);
--vads-color-primary-darker: rgb(22, 46, 81);
--vads-color-success-dark: rgb(0, 136, 23);
--vads-color-secondary: rgb(216, 57, 51);
--vads-color-secondary-darkest: rgb(139, 10, 3);
--vads-button-color-background-primary-alt-active-on-light: rgb(21, 76, 33);
--vads-color-gray-light-alt: rgb(237, 239, 240);
}

0 comments on commit 6eb4e49

Please sign in to comment.