Skip to content

Commit 7d7c27e

Browse files
committed
fix: bring back system color control when no style settings plugin enabled
1 parent 1837151 commit 7d7c27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style-settings/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ html[lang='zh'] {
4343
padding: var(--size-4-1);
4444
}
4545

46-
body:not(.color-use-default) {
46+
body.css-settings-manager:not(.color-use-default) {
4747
.mod-settings
4848
.vertical-tab-content-container
4949
> .vertical-tab-content

0 commit comments

Comments
 (0)