body{
    cursor: url("https://files-cdn.cnblogs.com/files/Fereli/bitbug_favicon.ico"),auto;
}


/*导航条颜色*/
div#blogTitle {
    background: black;
}
/*logo样式*/
div#blogTitle .title a {
   font-weight: bold;
    line-height: 1;
    font-size: 35px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#2C7EEA,pink,white);
}
/*导航条信息颜色*/
div#navigator ul#navList li a {
    background: black;
}
/*导航条信息鼠标悬停的颜色*/
div#navigator ul#navList li a:hover{
   background-color: black;
}

/*文本信息 时间标题的样式*/
div.dayTitle a{
  color: pink;
  font-size: 12px;
}
/*文信息的标题*/
div.postTitle a{
      color: #9cba39 !important;
}
div.postTitle a:visited {
    color: #9cba39 !important;
}
.c_b_p_desc {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#021014,#66CCFF,pink);
}
/*文本内容后面阅读全文的样式*/
a.c_b_p_desc_readmore{
    font-size:14px;
}