_sass/jekyll-zeta.scss in jekyll-zeta-0.5.2 vs _sass/jekyll-zeta.scss in jekyll-zeta-0.5.3
- old
+ new
@@ -13,27 +13,27 @@
margin: 2.5em 0;
}
body{
font-family: monospace;
font-size: 1.1rem;
- background-color: #fafafa;
+ // background-color: #fafafa;
margin: 0;
- &::before{
- content: "";
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
+ // &::before{
+ // content: "";
+ // position: fixed;
+ // left: 0;
+ // right: 0;
+ // top: 0;
+ // bottom: 0;
- background-image: url(../image/bg-2.png) ;
- background-color: #fffef8 ;//#fffef9;
- z-index: -1;
- // filter: grayscale(0.8);
- // opacity: 0.9;
- }
+ // // background-image: url(../image/bg-2.png) ;
+ // // background-color: #fffef8 ;//#fffef9;
+ // z-index: -1;
+ // // filter: grayscale(0.8);
+ // // opacity: 0.9;
+ // }
}
article{
line-height: 1.6;
}
@@ -41,10 +41,10 @@
margin: auto;
max-width: 750px;
padding: 2em ;
word-wrap: break-word;
background-color: white;
- box-shadow: 0 2px 8px 0 #ddd
+ // box-shadow: 0 2px 3px 0 #eee
}
code.highlighter-rouge {
color: $color-black;
background: $color-lightGrayBg;
\ No newline at end of file