Skip to content

Commit 11aa1cc

Browse files
author
dnoneill
committedOct 31, 2017
added gradient
1 parent 52ff889 commit 11aa1cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎public/css/hyde.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ html {
7070
text-align: center;
7171
padding: 2rem 1rem;
7272
color: #fff;
73-
background-image: url("../../assets/img/nav.jpg");
73+
background-image: linear-gradient(
74+
rgba(10, 50, 80, 0.1),
75+
rgba(10, 50, 80, 0.1)
76+
),
77+
url("../../assets/img/nav.jpg");
7478
background-size: cover;
7579
background-position: center;
7680
}

0 commit comments

Comments
 (0)
Please sign in to comment.