孩子比较傻,折腾了半天才整出来,在这里记一下。
往 [页面定制 CSS 代码] 里写东西就行了
以下是几个示例:
body {
background-image: url(https://example.com/bg.png);
background-color: #1f1e33;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
#mainContent,#main{
background: rgba(255,255,255,0.7)
}
#navigator{
background-color: rgba(48,48,48,0.9)
}
#blog_post_info,#cnblogs_ch,#under_post_card1,#under_post_card2{
display: none
}
标签:repeat,BlackLowKey,48,主题,background,post,美化,255
From: https://www.cnblogs.com/aliasRevir/p/beautify-your-theme.html