Skip to content

Commit

Permalink
update bg
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoxu98 committed Jun 24, 2024
1 parent 5be5fa7 commit f91c983
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@
@import "jekyll-theme-slate";

#header_wrap {
position: relative;
overflow: hidden;
}

#header_wrap::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: url("../../figs/background.jpg") no-repeat center center;
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../figs/background.png") no-repeat center center;
background-size: cover;
opacity: 0.5;
z-index: -1;
}

0 comments on commit f91c983

Please sign in to comment.