如何美化 BlackLowKey 主题

XiEn's Cave / 2023-07-26 / 原文


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

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