#home{
filter:alpha(opacity=50);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
body{
background-image:url(https://images.cnblogs.com/cnblogs_com/HLXZZ/1088107/o_5.jpg);
background-size:cover;
background-attachment:fixed;
}

.cnblogs-markdown .hljs {
font-family:"Ubuntu Mono"!important;
font-size: 18px!important;
line-height: 1.2!important;
padding: 5px!important;
background:#e0e0e0!important;
color:white;
border-radius: 20px!important;
width:90%;
background-color: #232929!important;
}
.hljs-meta-keyword{color:#ec5a7f!important;}
.hljs-meta-string{color:#ec5a7f!important;}
.hljs-keyword{color:#28fffb!important;}
.hljs-string{color:#ec5a7f!important;}
.hljs-number{color:white!important;}
.hljs-built_in{color:white!important;}
.hljs-title{color:#50ff00!important;}