Skip to content

Commit

Permalink
strip color in body
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Jun 14, 2024
1 parent 202dffd commit df92d25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ body {
margin: 0;
margin: 0;
padding: 0;
&:before,
&:after {
content: "";
display: flex;
height: 20px;
background: #3ea3bf;
box-shadow: 0 0 0 1px #fff, 0 0 20px rgba(0,0,0,.4);
}
}

code { font-family: 'Courier New', monospace; }
Expand Down

0 comments on commit df92d25

Please sign in to comment.