body {
  // background: url("https://images.cnblogs.com/cnblogs_com/noobakong/1323206/o_%E4%B8%8B%E8%BD%BD%20(1).jpg") 100% 100%;
    background: #0e0e0e;
    background: url(https://source.unsplash.com/random/1024x768) 50% 50% fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
  font-size: 14px;
}
#blogTitle h1 a, #blogTitle h2 {
    text-shadow: 7px -2px 10px #0a0e0e;
}
#blogTitle h1 {
    font-size: 40px;
    font-weight: bold;
}
#navigator {
background-color: rgba(0,0,0,0)
}
#main {
background: #ffffffcc;
padding: 25px;
}
#mainContent {
background-color: rgba(0,0,0,0)
}
#main {
border-radius:7px 7px 7px 7px;
}
#mainContent{
border-radius:7px 0 0 7px;
}
#sideBar {
border-radius:0px 7px 7px 0px;
}
.postTitle {
 font-size: 17px;
}
.postDesc {
color: #4f4e52;
}
blockquote {
border: 2px solid #61779159;
}
.newsItem .catListTitle,#blog-sidecolumn .catListTitle {
background: #1fa6e62e;
}

.git-link {
    z-index: 100;
    position: fixed;
    top: 30px;
    right: 30px;
    border: 0;
    height: 30px;
    width: 111px;
    background-image: url(https://images.cnblogs.com/cnblogs_com/noobakong/1323206/o_GitHubn.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 600px) {
.dayTitle { 
position: static;
}
.git-link {
display:none;
}
}