Skip to content

Commit e753117

Browse files
H2Sxxazkqiang
authored andcommitted
🐛 修复Giscus背景不透明
1 parent a92e988 commit e753117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/js/color-schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
theme: giscusTheme,
249249
}
250250
};
251-
giscus.style.cssText += 'color-scheme: normal;';
251+
// giscus.style.cssText += 'color-scheme: normal;';
252252
giscus.contentWindow.postMessage({ 'giscus': message }, 'https://giscus.app');
253253
}
254254
}

0 commit comments

Comments
 (0)