Update stylesheet.css

This commit is contained in:
Justin Ethier 2020-06-30 23:11:50 -04:00 committed by GitHub
parent cbbb8011a1
commit b33aeb2448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,6 +349,8 @@ p.banner {
background: -ms-linear-gradient(top, #f2f2f2, #007edf); background: -ms-linear-gradient(top, #f2f2f2, #007edf);
background: -o-linear-gradient(top, #f2f2f2, #007edf); background: -o-linear-gradient(top, #f2f2f2, #007edf);
background: linear-gradient(top, #f2f2f2, #007edf); background: linear-gradient(top, #f2f2f2, #007edf);
background-image: url("images/header-bkg.png");
background-size: cover;
} }
#header_wrap .inner { #header_wrap .inner {