Skip to content

Commit

Permalink
暗色模式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Akiraka committed Jul 8, 2024
1 parent 709ac25 commit ed39b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/dark-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $--color-text-4: rgba(255, 255, 255, 0.3);

body[arco-theme='dark'] {
.navbar {
background-color: $dark-bg-1;
background-color: var(--color-bg-2);
}
.arco-layout-content {
background-color: $color-bg-2
Expand Down

0 comments on commit ed39b5d

Please sign in to comment.