Skip to content

Commit f18e35c

Browse files
committed
fix: 团队界面明暗主题色修改
1 parent 4772a07 commit f18e35c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/src/pages/team/index.module.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
background: #f7f7f7;
66
}
77

8+
html[data-color-mode*='dark'] .warpper {
9+
background: var(--color-theme-bg);
10+
}
11+
812
.article {
913
min-height: 60vh;
1014
padding-top: 26px;

0 commit comments

Comments
 (0)