

body {
    cursor: url(https://cdn.yunyoujun.cn/css/md-cursors/pointer.cur), auto;
}

#page-header:not(.not-top-img):before {
    background-color: rgb(163 204 232 / 0%) !important;
} 
#nav .site-name {
    text-shadow: 1px 1px 7px rgb(0 0 0 / 65%)
}
#page-header.not-home-page {
    background: transparent;
}


#nav .site-page {
    text-shadow: 1px 1px 7px rgb(0 0 0 / 65%);
    color: #FFFFFF
}
#nav a:hover {
    /* text-shadow: 1px 1px 5px rgb(0 0 0 / 65%); */
    color: #707070
}


#page-header #site-subtitle {
    /* color: #90b5d0; */
    background-image: linear-gradient(135deg, white 10%, #ffffff, green);
    -webkit-background-clip: text;
    color: transparent;
}



#post-info .post-title {
    /* color: #818181 */
}
#post-info #post-meta {
    /* color: #818181 */
}
#post-info #post-meta a {
    /* color: #818181 */
}


.post-copyright__type {
    display: flex;
}
#post .post-copyright .post-copyright-meta {
    white-space: nowrap;
}
#post .post-copyright .post-copyright-info a {
    word-break: break-all;
}