
body {	
    background-color: #f1f1f1;
    font-size: 15px;
}


#home {
    width: 83%;
    min-width: 900px;
    margin-top: 15px;
    box-shadow: 0 5px 4px rgb(100 100 100 / 30%);
}

#mainContent {
	font-family: -apple-system,'Noto Sans SC','Source Han Sans','PingFang SC','Microsoft Yahei','Hiragino Sans GB',BlinkMacSystemFont,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji","Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;
}

#topics .postTitle {
    float: unset;
    line-height: 1.75;
    text-align: center;
}

.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-family: "Consolas","Courier New",sans-serif;
    font-size: 94%;
    padding: 0 4px;
    border-radius: 4px;
    background-color: #f7f7f7;
    color: #196f95;
}

