Skip to content

Commit ed39b5d

Browse files
author
Akiraka
committed
暗色模式问题
1 parent 709ac25 commit ed39b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style/dark-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $--color-text-4: rgba(255, 255, 255, 0.3);
1313

1414
body[arco-theme='dark'] {
1515
.navbar {
16-
background-color: $dark-bg-1;
16+
background-color: var(--color-bg-2);
1717
}
1818
.arco-layout-content {
1919
background-color: $color-bg-2

0 commit comments

Comments
 (0)