Skip to content

Commit

Permalink
Formation: Update color-gray-dark to color-base (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamigibbs authored Nov 14, 2022
1 parent ea63331 commit 214b7f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/formation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@department-of-veterans-affairs/formation",
"version": "7.0.2",
"version": "7.0.3",
"description": "The VA design system",
"keywords": [
"va",
Expand Down
11 changes: 2 additions & 9 deletions packages/formation/sass/base/_va.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ html {

body {
background: $color-white;
color: $color-gray-dark;
color: $color-base;
// font-family: $font-sans;
font-size: $base-font-size;
font-family: inherit;
Expand Down Expand Up @@ -319,7 +319,7 @@ article > h1 {
#content {
margin: 0;
padding: 0;
color: $color-gray-dark;
color: $color-base;
overflow: hidden;
}

Expand Down Expand Up @@ -1096,13 +1096,6 @@ li {
}
}

// Formerly .disclaimer.minimal
.va-note {
color: $color-gray-light;
font-size: 1.28rem;
padding: 0.25em 0;
}

// Info block

.info-block {
Expand Down

0 comments on commit 214b7f4

Please sign in to comment.