You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
344 B
CSS
15 lines
344 B
CSS
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;
|
|
} |