如何美化 BlackLowKey 主题

发布时间 2023-07-26 21:19:14作者: Xi'En

孩子比较傻,折腾了半天才整出来,在这里记一下。


往 [页面定制 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
}