Skip to content

Commit

Permalink
Styles: New body text color (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Aug 8, 2023
2 parents 783bf90 + 1839379 commit c13715c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
--bs-blue: var(--primary-color);
--bs-primary: var(--primary-color);
--bs-primary-rgb: var(--primary-color-rgb);
--text-primary-color: #000000;
--text-primary-color: #212121;
--bs-body-color: var(--text-primary-color);
--bs-body-text-align: left;
--bs-body-font-weight: 400;
Expand Down Expand Up @@ -59,6 +59,7 @@

body {
font-size: 100%;
color: var(--text-primary-color);
}

h1,
Expand Down

0 comments on commit c13715c

Please sign in to comment.