Skip to content

Commit

Permalink
fix: global style definition should not overwrite body background color
Browse files Browse the repository at this point in the history
  • Loading branch information
tkubica-edu committed Dec 16, 2024
1 parent f964c75 commit 7c279e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ body {
font-family: mat.m2-font-family($app-typography);
font-size: mat.m2-font-size($app-typography, body-1);
line-height: mat.m2-line-height($app-typography, body-1);
background: $white;
}

.alert-warning {
Expand Down

0 comments on commit 7c279e6

Please sign in to comment.