code{
   padding: 2px 4px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    font-family: Consolas;
}
pre {
    padding: 0 10px;
    line-height: 1.42857143;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}
pre code.hljs {
    padding: 0 10px;
    margin-top: -1px;
    display: block;
    color: #333;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
    line-height: 26px;
    background: linear-gradient(#e1e1e86b 1px, transparent 0);
    background-size: 100% 26px;
}
.CalTodayDay a{
   font-size: 14px;
    color: #21759b;
}