Skip to content

Commit df82055

Browse files
committed
Shadow.
1 parent 9bad0fc commit df82055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/main.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ body {
4646
color: #fff;
4747
h1 {
4848
color: white;
49-
text-shadow: 2px 2px 6px #000000;
49+
text-shadow: 3px 3px 6px #000000;
5050
}
5151

5252
h2 {
5353
color: white;
54-
text-shadow: 2px 2px 6px #000000;
54+
text-shadow: 3px 3px 6px #000000;
5555
}
5656
// background-attachment: fixed;
5757
background-size: cover;

0 commit comments

Comments
 (0)