Skip to content

Commit 8423b2e

Browse files
committed
the primary text color is manually added to the the cedar reset and had not been updated with the release of the updated grey palette
1 parent cb12645 commit 8423b2e

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/styles/cdr-reset.scss

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,8 @@ body {
3737
font-size: 1.6rem;
3838
line-height: 1.5;
3939
margin: 0;
40-
41-
/* cdr-color-text-primary */
42-
43-
color: var(--cdr-color-text-primary), rgba(12, 11, 8, 0.75);
44-
45-
/* cdr-color-background-primary */
46-
47-
background-color: #ffffff;
40+
color: var(--cdr-text-color, #{$cdr-color-text-primary, #4b4a48});
41+
background-color: ar(--cdr-background-color, #{$cdr-color-background-primary, #ffffff});
4842
}
4943

5044
h1,

0 commit comments

Comments
 (0)