Skip to content

Commit

Permalink
Shadow.
Browse files Browse the repository at this point in the history
  • Loading branch information
economon committed Jul 10, 2018
1 parent 9bad0fc commit df82055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ body {
color: #fff;
h1 {
color: white;
text-shadow: 2px 2px 6px #000000;
text-shadow: 3px 3px 6px #000000;
}

h2 {
color: white;
text-shadow: 2px 2px 6px #000000;
text-shadow: 3px 3px 6px #000000;
}
// background-attachment: fixed;
background-size: cover;
Expand Down

0 comments on commit df82055

Please sign in to comment.