_sass/jekyll-zeta.scss in jekyll-zeta-0.5.1 vs _sass/jekyll-zeta.scss in jekyll-zeta-0.5.2
- old
+ new
@@ -19,19 +19,19 @@
margin: 0;
&::before{
content: "";
position: fixed;
- border: solid 2px red;
left: 0;
right: 0;
top: 0;
bottom: 0;
- background: url(../image/bg-line.svg) ;
+ background-image: url(../image/bg-2.png) ;
+ background-color: #fffef8 ;//#fffef9;
z-index: -1;
- filter: grayscale(100);
- opacity: 0.05;
+ // filter: grayscale(0.8);
+ // opacity: 0.9;
}
}
article{
line-height: 1.6;
\ No newline at end of file