Skip to content

Commit

Permalink
Apply the body color to html element (#374)
Browse files Browse the repository at this point in the history
Co-authored-by: Bethany Seeger <[email protected]>
  • Loading branch information
cy-by and bseeger authored Sep 6, 2023
1 parent e63d5d0 commit be4c439
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ url('/webjars/form-flow/0.0.1/fonts/MaterialIcons-Regular.svg') format('svg');
background-image: url('/webjars/form-flow/0.0.1/images/emojis/crossmark.png');
}

/* TODO: delete/fix in other way */
.page-wrapper {
padding-bottom: 253px;
}
Expand Down Expand Up @@ -341,6 +340,7 @@ url('/webjars/form-flow/0.0.1/fonts/MaterialIcons-Regular.svg') format('svg');
max-width: 35rem;
}

html,
body,
.slab--off-white {
background-color: #E9F6FF;
Expand Down

0 comments on commit be4c439

Please sign in to comment.