/* your-hexo/source/css/custom.css */

:root {
    --header-title-font-family: STKaiti;
    --header-title-font-size: 2.3rem;
    --first-screen-font-family: STSong;
    --first-screen-font-size: 2.5rem;
}

.hidden_black, .hidden_black a, a .hidden_black, .hidden_black a.new {
    background-color: #000000;
    color: #000000;
    text-shadow: none;
}
.hidden_black:hover, .hidden_black:active,
.hidden_black:hover .hidden_black, .hidden_black:active .hidden_black {
    color: white !important;
}
.hidden_white, .hidden_white a, a .hidden_white, .hidden_white a.new {
    background-color: #ffffff;
    color: #ffffff;
    text-shadow: none;
}
.hidden_white:hover, .hidden_white:active,
.hidden_white:hover .hidden_white, .hidden_white:active .hidden_white {
    color: #747acf !important;
}

blockquote {
    background:#747acf;
}

