/* :root[theme=dark] {//暗色主题下的颜色
    --geek-color-1: rgb(32, 35, 62)!important;
    --geek-color-2: rgb(44, 48, 83)!important;
    --geek-color-3: rgb(55, 60, 105)!important;
    --geek-color-4: rgb(66, 72, 126)!important;
    --geek-color-5: rgb(77, 85, 148)!important;
    --geek-color-6: rgb(89, 97, 169)!important;
    --geek-color-7: rgb(100, 110, 191)!important;
    --geek-color-8: rgb(111, 122, 212)!important;
    --geek-color-9: rgb(123, 134, 234)!important;
    --geek-color-10: rgb(183, 189, 250)!important;
} */

/* :root {//主题（编辑，阅读）的颜色
    --themeColor: rgba(255,192,203)!important;
    --theme-primary-8: rgba(255,192,203,0.85)!important;
    --theme-primary-4: rgba(255,192,203,0.4)!important;
    --theme-primary-2: rgba(255,192,203,0.2)!important;
} */

/* :root {
    --geek-color-1: rgb(247,248,250,0)!important;
    --geek-color-2: rgb(242,243,245,0)!important;
    --geek-color-3: rgb(255,255,255,0)!important;
    --geek-color-4: rgb(255,255,255,1)!important;
    --geek-color-5: rgb(255,255,255,1)!important;
    --geek-color-6: rgb(255,255,255,1)!important;
    --geek-color-7: rgb(255,255,255,1)!important;
    --geek-color-8: rgb(255,255,255,1)!important;
    --geek-color-9: rgb(255,255,255,1)!important;
    --geek-color-10: rgb(255,192,203,1)!important;
} */

/* :root {//不改字的颜色
    --geek-color-1: rgb(247,248,250,0)!important;
    --geek-color-2: rgb(242,243,245,0)!important;
    --geek-color-3: rgb(229,230,235,1)!important;
    --geek-color-4: rgb(201,205,212,1)!important;
    --geek-color-5: rgb(169,174,184,1)!important;
    --geek-color-6: rgb(134,144,156,1)!important;
    --geek-color-7: rgb(107,119,133,1)!important;
    --geek-color-8: rgb(78,89,105,1)!important;
    --geek-color-9: rgb(39,46,59,1)!important;
    --geek-color-10: rgb(0,0,0,1)!important;
} */

/* :root {//最初
    --geek-color-1: rgb(247,248,250,1.0)!important;
    --geek-color-2: rgb(242,243,245,1.0)!important;
    --geek-color-3: rgb(229,230,235,1.0)!important;
    --geek-color-4: rgb(201,205,212,1.0)!important;
    --geek-color-5: rgb(169,174,184,1.0)!important;
    --geek-color-6: rgb(134,144,156,1.0)!important;
    --geek-color-7: rgb(107,119,133,1.0)!important;
    --geek-color-8: rgb(78,89,105,1.0)!important;
    --geek-color-9: rgb(39,46,59,1.0)!important;
    --geek-color-10: rgb(0,0,0,1.0)!important;
} */



/* a {
    color: 	inherit!important;/*inherit*/
    /* cursor: pointer!important; */
/* }  */

#loading{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;background-color:#f4f5f5;pointer-events:none;}.loader-inner{will-change:transform;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;background-color:#3742fa;border-radius:50%;animation:scaleout 0.6s infinite ease-in-out forwards;text-indent:-99999px;z-index:999991;}@keyframes scaleout{0%{transform:scale(0);opacity:0;}40%{opacity:1;}100%{transform:scale(1);opacity:0;}}
body {
    cursor: url(https://blog-static.cnblogs.com/files/blogs/807948/cursora.ico?t=1704803164&download=true),auto;
}

#cnblogs_ch {
    display: none !important;
    margin-top: 5px;
    line-height: 1.8;
}




 /* #post_detail{//中间的背景

    margin-top: 20px;
    padding: 16px 16px 0;
    animation: content-in .5s ease-in 0s;
    border-radius: 4px; 
    background-color: var(--geek-color-1);
    background-color: #3742fa; 
    background-opacity: 0.5;
    background: linear-gradient(rgba(247, 247, 247, 0),rgba(247, 247, 247, 0)),url(https://cdn.luogu.com.cn/upload/image_hosting/38vjhwsx.png) center center no-repeat no-repeat fixed;
    background-position: unset;
    background-size: cover;
    overflow: hidden;
    background-position: bottom;
}  */
