Skip to content

Commit

Permalink
adjustment background html with body
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Jun 15, 2024
1 parent 98574dd commit 103217b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@
--main-color: #2c3e50;
}

html {
background: var(--primary);
}

body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: Arial;
margin: 0;
margin: 0;
padding: 0;
background: #fff;

&:before,
&:after {
Expand Down

0 comments on commit 103217b

Please sign in to comment.