html { /* 自定义深色背景颜色 */ --color-background:#f5f7f9; --color-background2:#fff; --color-table-th-background:#f4f4f4; } html.dark { /* 自定义深色背景颜色 */ --color-border1: #2b2b2b; --color-text:#cfd3dc; --color-background:#181818; --color-background2:#1d1d1d; --color-table-th-background:#363636; }