/* :root {
    --section-big-shadow: 0px 0px 30px 0px rgba(83, 83, 83, 0.5647058823529412);
    --main-section-color: rgb(249, 222.8, 222.8);
    --main-color: rgb(180, 75.2, 75.2);
    --text-sub-color: rgba(2, 13, 30, 0.5333333333333333);

} */

/* hexo-generator-random hexo-helper-live2d live2d-widget-model-epsilon2_1

*/




:root {
    --section-big-shadow: 0px 0px 30px 0px rgba(83, 83, 83, 0.5647058823529412);
    --main-section-color: rgb(204, 234.6, 255);
    --main-color: rgb(0, 122.4, 204);
    --text-sub-color: rgba(2, 13, 30, 0.5333333333333333);
}


/* 2. code代码块 */
code {
    border-radius: 12px;
    background: #f6f7f8;
    border: .1rem solid #0000001a;
}

.highlight-container[data-rel] {
    border-radius: 8px;
}

pre .comment,
pre .quote {
    font-style: normal;
}

.copy-btn {
    border-radius: 5px;
}


/* 3. 标题 */
.markdown-body h3:hover {
    border-bottom: 1px solid #333;
}

/* 4. 列表 #0075eb*/
.markdown-body ol li::marker {
    color: #005080; 
}

/* .markdown-body ul li::marker {
    content: '>';
    color: #005080;
    padding-left: 1em;
} */


/* 5. 二级导航菜单项hover */
.header-wrapper .header-content .right .pc .menu-list .menu-item .sub-menu li a:hover {
    background-color: var(--primary-color);
    color: var(--second-background-color);
}

/* 6. 搜索 */
.search-pop-overlay .search-popup {
    border-radius: 16px;
}

.search-pop-overlay .search-popup .search-header {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}


/* 7.文章卡片 */
li.home-article-item:hover {
    box-shadow: var(--section-big-shadow) !important;
    transform: scale(1.03) !important;
    transition: all .2s !important;
    background: var(--main-section-color) !important;
    border: 1px solid var(--main-color) !important;
}

.home-article-content.markdown-body,.home-article-content.markdown-body p {
    /* color: var(--text-sub-color); */
    font-size: 13px;
    /* text-align: justify; */
}

